8000 Skipping floordiv test due to diff behavior in Stock vs Intel numpy · IntelPython/sdc@59e8a0b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 59e8a0b

Browse files
committed
Skipping floordiv test due to diff behavior in Stock vs Intel numpy
1 parent 4991be3 commit 59e8a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdc/tests/test_series_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,8 @@ def test_impl(S1, S2, value):
10621062
result_ref = test_impl(S1, scalar, fill_value)
10631063
pd.testing.assert_series_equal(result, result_ref)
10641064

1065+
# See SAT-4111 for more details
1066+
@skip_numba_jit("numpy + mkl_umath 1.0 // 0 gives nan, not inf as stock numpy>=1.20")
10651067
def test_series_binop_floordiv_numeric(self):
10661068
def test_impl(a, b, value):
10671069
return a.floordiv(b, fill_value=value)

0 commit comments

Comments
 (0)
0