@@ -140,25 +140,19 @@ def test_coerced_usm_types_power(usm_type_x, usm_type_y):
140
140
@pytest .mark .parametrize (
141
141
"func, args" ,
142
142
[
143
- < << << << HEAD
144
- pytest .param ("empty_like" , ["x0" ]),
145
- == == == =
146
143
pytest .param ("diag" , ["x0" ]),
147
- > >> >> >> rework implementation of diag , diagflat , vander , and ptp
144
+ pytest . param ( "empty_like" , [ "x0" ]),
148
145
pytest .param ("full" , ["10" , "x0[3]" ]),
149
146
pytest .param ("full_like" , ["x0" , "4" ]),
150
147
pytest .param ("geomspace" , ["x0[0:3]" , "8" , "4" ]),
151
148
pytest .param ("geomspace" , ["1" , "x0[3:5]" , "4" ]),
152
149
pytest .param ("linspace" , ["x0[0:2]" , "8" , "4" ]),
153
150
pytest .param ("linspace" , ["0" , "x0[3:5]" , "4" ]),
154
- < << << << HEAD
155
151
pytest .param ("logspace" , ["x0[0:2]" , "8" , "4" ]),
156
152
pytest .param ("logspace" , ["0" , "x0[3:5]" , "4" ]),
157
153
pytest .param ("ones_like" , ["x0" ]),
158
- pytest .param ("zeros_like" , ["x0" ]),
159
- == == == =
160
154
pytest .param ("vander" , ["x0" ]),
161
- > >> >> >> rework implementation of diag , diagflat , vander , and ptp
155
+ pytest . param ( "zeros_like" , [ "x0" ]),
162
156
],
163
157
)
164
158
@pytest .mark .parametrize ("usm_type_x" , list_of_usm_types , ids = list_of_usm_types )
0 commit comments