@@ -82,7 +82,7 @@ def test_default_3(self):
82
82
assert_equal (mintypecode ('idD' ), 'D' )
83
83
84
84
85
- @pytest .mark .xfail (reason = "not implemented " )
85
+ @pytest .mark .xfail (reason = "TODO: decide on if [1] is a scalar or not " )
86
86
class TestIsscalar :
87
87
88
88
def test_basic (self ):
@@ -188,7 +188,6 @@ def test_isreal_real(self):
188
188
assert res .all ()
189
189
190
190
191
- @pytest .mark .xfail (reason = "not implemented" )
192
191
class TestIscomplexobj :
193
192
194
193
def test_basic (self ):
@@ -206,7 +205,7 @@ def test_list(self):
206
205
assert_ (not iscomplexobj ([3 , 1 , True ]))
207
206
208
207
209
- @ pytest . mark . xfail ( reason = "not implemented" )
208
+
210
209
class TestIsrealobj :
211
210
def test_basic (self ):
212
211
z = np .array ([- 1 , 0 , 1 ])
@@ -215,7 +214,6 @@ def test_basic(self):
215
214
assert_ (not isrealobj (z ))
216
215
217
216
218
- @pytest .mark .xfail (reason = "not implemented" )
219
217
class TestIsnan :
220
218
221
219
def test_goodvalues (self ):
@@ -246,7 +244,6 @@ def test_complex1(self):
246
244
assert_all (np .isnan (np .array (0 + 0j )/ 0. ) == 1 )
247
245
248
246
249
- @pytest .mark .xfail (reason = "not implemented" )
250
247
class TestIsfinite :
251
248
# Fixme, wrong place, isfinite now ufunc
252
249
@@ -278,7 +275,6 @@ def test_complex1(self):
278
275
assert_all (np .isfinite (np .array (1 + 1j )/ 0. ) == 0 )
279
276
280
277
281
- @pytest .mark .xfail (reason = "not implemented" )
282
278
class TestIsinf :
283
279
# Fixme, wrong place, isinf now ufunc
284
280
@@ -308,7 +304,6 @@ def test_ind(self):
308
304
assert_all (np .isinf (np .array ((0. ,))/ 0. ) == 0 )
309
305
310
306
311
- @pytest .mark .xfail (reason = "not implemented" )
312
307
class TestIsposinf :
313
308
314
309
def test_generic (self ):
@@ -319,7 +314,6 @@ def test_generic(self):
319
314
assert_ (vals [2 ] == 1 )
320
315
321
316
322
- @pytest .mark .xfail (reason = "not implemented" )
323
317
class TestIsneginf :
324
318
325
319
def test_generic (self ):
@@ -436,7 +430,6 @@ def test_do_not_rewrite_previous_keyword(self):
436
430
assert_equal (type (vals ), np .ndarray )
437
431
438
432
439
- @pytest .mark .xfail (reason = "not implemented" )
440
433
class TestRealIfClose :
441
434
442
435
def test_basic (self ):
0 commit comments