Skip to content

Commit 6454b3e

Browse files
committed
remove skipping tests in gpu_no_f64
1 parent 1b069da commit 6454b3e

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

dpnp/dpnp_iface_mathematical.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1789,12 +1789,8 @@ def subtract(
17891789
-----------
17901790
Parameters `x1` and `x2` are supported as either scalar, :class:`dpnp.ndarray`
17911791
or :class:`dpctl.tensor.usm_ndarray`, but both `x1` and `x2` can not be scalars at the same time.
1792-
<<<<<<< HEAD
17931792
Parameters `where`, `dtype` and `subok` are supported with their default values.
1794-
=======
1795-
Parameters `out`, `where`, `dtype` and `subok` are supported with their default values.
1796-
>>>>>>> use_dpctl_ceil_floor_trunc_in_dpnp
1797-
Keyword arguments `kwargs` are currently unsupported.
1793+
Keyword argument `kwargs` is currently unsupported.
17981794
Otherwise the function will be executed sequentially on CPU.
17991795
Input array data types are limited by supported DPNP :ref:`Data types`.
18001796

tests/skipped_tests_gpu_no_fp64.tbl

-30
Original file line numberDiff line numberDiff line change
@@ -350,27 +350,6 @@ tests/test_mathematical.py::TestGradient::test_gradient_y1_dx[2-array2]
350350
tests/test_mathematical.py::TestGradient::test_gradient_y1_dx[3.5-array0]
351351
tests/test_mathematical.py::TestGradient::test_gradient_y1_dx[3.5-array1]
352352
tests/test_mathematical.py::TestGradient::test_gradient_y1_dx[3.5-array2]
353-
tests/test_mathematical.py::TestCeil::test_ceil
354-
tests/test_mathematical.py::TestCeil::test_invalid_dtype[numpy.float32]
355-
tests/test_mathematical.py::TestCeil::test_invalid_dtype[numpy.int64]
356-
tests/test_mathematical.py::TestCeil::test_invalid_dtype[numpy.int32]
357-
tests/test_mathematical.py::TestCeil::test_invalid_shape[(0,)]
358-
tests/test_mathematical.py::TestCeil::test_invalid_shape[(15, )]
359-
tests/test_mathematical.py::TestCeil::test_invalid_shape[(2,2)]
360-
tests/test_mathematical.py::TestFloor::test_floor
361-
tests/test_mathematical.py::TestFloor::test_invalid_dtype[numpy.float32]
362-
tests/test_mathematical.py::TestFloor::test_invalid_dtype[numpy.int64]
363-
tests/test_mathematical.py::TestFloor::test_invalid_dtype[numpy.int32]
364-
tests/test_mathematical.py::TestFloor::test_invalid_shape[(0,)]
365-
tests/test_mathematical.py::TestFloor::test_invalid_shape[(15, )]
366-
tests/test_mathematical.py::TestFloor::test_invalid_shape[(2,2)]
367-
tests/test_mathematical.py::TestTrunc::test_trunc
368-
tests/test_mathematical.py::TestTrunc::test_invalid_dtype[numpy.float32]
369-
tests/test_mathematical.py::TestTrunc::test_invalid_dtype[numpy.int64]
370-
tests/test_mathematical.py::TestTrunc::test_invalid_dtype[numpy.int32]
371-
tests/test_mathematical.py::TestTrunc::test_invalid_shape[(0,)]
372-
tests/test_mathematical.py::TestTrunc::test_invalid_shape[(15, )]
373-
tests/test_mathematical.py::TestTrunc::test_invalid_shape[(2,2)]
374353
tests/test_mathematical.py::TestPower::test_power[complex64]
375354
tests/test_mathematical.py::TestPower::test_out_dtypes[bool_]
376355
tests/test_mathematical.py::TestPower::test_out_dtypes[int32]
@@ -397,65 +376,56 @@ tests/test_strides.py::test_strides_1arg[(10,)-int32-arcsinh]
397376
tests/test_strides.py::test_strides_1arg[(10,)-int32-arctan]
398377
tests/test_strides.py::test_strides_1arg[(10,)-int32-arctanh]
399378
tests/test_strides.py::test_strides_1arg[(10,)-int32-cbrt]
400-
tests/test_strides.py::test_strides_1arg[(10,)-int32-ceil]
401379
tests/test_strides.py::test_strides_1arg[(10,)-int32-cosh]
402380
tests/test_strides.py::test_strides_1arg[(10,)-int32-degrees]
403381
tests/test_strides.py::test_strides_1arg[(10,)-int32-exp]
404382
tests/test_strides.py::test_strides_1arg[(10,)-int32-exp2]
405383
tests/test_strides.py::test_strides_1arg[(10,)-int32-expm1]
406384
tests/test_strides.py::test_strides_1arg[(10,)-int32-fabs]
407-
tests/test_strides.py::test_strides_1arg[(10,)-int32-floor]
408385
tests/test_strides.py::test_strides_1arg[(10,)-int32-log10]
409386
tests/test_strides.py::test_strides_1arg[(10,)-int32-log1p]
410387
tests/test_strides.py::test_strides_1arg[(10,)-int32-log2]
411388
tests/test_strides.py::test_strides_1arg[(10,)-int32-radians]
412389
tests/test_strides.py::test_strides_1arg[(10,)-int32-sinh]
413390
tests/test_strides.py::test_strides_1arg[(10,)-int32-tanh]
414-
tests/test_strides.py::test_strides_1arg[(10,)-int32-trunc]
415391
tests/test_strides.py::test_strides_1arg[(10,)-int64-arccos]
416392
tests/test_strides.py::test_strides_1arg[(10,)-int64-arccosh]
417393
tests/test_strides.py::test_strides_1arg[(10,)-int64-arcsin]
418394
tests/test_strides.py::test_strides_1arg[(10,)-int64-arcsinh]
419395
tests/test_strides.py::test_strides_1arg[(10,)-int64-arctan]
420396
tests/test_strides.py::test_strides_1arg[(10,)-int64-arctanh]
421397
tests/test_strides.py::test_strides_1arg[(10,)-int64-cbrt]
422-
tests/test_strides.py::test_strides_1arg[(10,)-int64-ceil]
423398
tests/test_strides.py::test_strides_1arg[(10,)-int64-cosh]
424399
tests/test_strides.py::test_strides_1arg[(10,)-int64-degrees]
425400
tests/test_strides.py::test_strides_1arg[(10,)-int64-exp]
426401
tests/test_strides.py::test_strides_1arg[(10,)-int64-exp2]
427402
tests/test_strides.py::test_strides_1arg[(10,)-int64-expm1]
428403
tests/test_strides.py::test_strides_1arg[(10,)-int64-fabs]
429-
tests/test_strides.py::test_strides_1arg[(10,)-int64-floor]
430404
tests/test_strides.py::test_strides_1arg[(10,)-int64-log10]
431405
tests/test_strides.py::test_strides_1arg[(10,)-int64-log1p]
432406
tests/test_strides.py::test_strides_1arg[(10,)-int64-log2]
433407
tests/test_strides.py::test_strides_1arg[(10,)-int64-radians]
434408
tests/test_strides.py::test_strides_1arg[(10,)-int64-sinh]
435409
tests/test_strides.py::test_strides_1arg[(10,)-int64-tanh]
436-
tests/test_strides.py::test_strides_1arg[(10,)-int64-trunc]
437410
tests/test_strides.py::test_strides_1arg[(10,)-None-arccos]
438411
tests/test_strides.py::test_strides_1arg[(10,)-None-arccosh]
439412
tests/test_strides.py::test_strides_1arg[(10,)-None-arcsin]
440413
tests/test_strides.py::test_strides_1arg[(10,)-None-arcsinh]
441414
tests/test_strides.py::test_strides_1arg[(10,)-None-arctan]
442415
tests/test_strides.py::test_strides_1arg[(10,)-None-arctanh]
443416
tests/test_strides.py::test_strides_1arg[(10,)-None-cbrt]
444-
tests/test_strides.py::test_strides_1arg[(10,)-None-ceil]
445417
tests/test_strides.py::test_strides_1arg[(10,)-None-cosh]
446418
tests/test_strides.py::test_strides_1arg[(10,)-None-degrees]
447419
tests/test_strides.py::test_strides_1arg[(10,)-None-exp]
448420
tests/test_strides.py::test_strides_1arg[(10,)-None-exp2]
449421
tests/test_strides.py::test_strides_1arg[(10,)-None-expm1]
450422
tests/test_strides.py::test_strides_1arg[(10,)-None-fabs]
451-
tests/test_strides.py::test_strides_1arg[(10,)-None-floor]
452423
tests/test_strides.py::test_strides_1arg[(10,)-None-log10]
453424
tests/test_strides.py::test_strides_1arg[(10,)-None-log1p]
454425
tests/test_strides.py::test_strides_1arg[(10,)-None-log2]
455426
tests/test_strides.py::test_strides_1arg[(10,)-None-radians]
456427
tests/test_strides.py::test_strides_1arg[(10,)-None-sinh]
457428
tests/test_strides.py::test_strides_1arg[(10,)-None-tanh]
458-
tests/test_strides.py::test_strides_1arg[(10,)-None-trunc]
459429
tests/test_strides.py::test_strides_tan[(10,)-int32]
460430
tests/test_strides.py::test_strides_tan[(10,)-int64]
461431
tests/test_strides.py::test_strides_tan[(10,)-None]

0 commit comments

Comments
 (0)