We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d36851 commit 5db56dfCopy full SHA for 5db56df
pandas/tests/window/test_numba.py
@@ -8,6 +8,8 @@
8
9
10
@td.skip_if_no("numba", "0.46.0")
11
+@pytest.mark.filterwarnings("ignore:\\nThe keyword argument")
12
+# Filter warnings when parallel=True and the function can't be parallelized by Numba
13
class TestApply:
14
@pytest.mark.parametrize("jit", [True, False])
15
def test_numba_vs_cython(self, jit, nogil, parallel, nopython):
0 commit comments