We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93b328 commit 6ff4be4Copy full SHA for 6ff4be4
conda-recipe/run_test.bat
@@ -37,5 +37,11 @@ if %errorlevel% neq 0 exit 1
37
"%PYTHON%" -m dpctl -f
38
if %errorlevel% neq 0 exit 1
39
40
+"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestFftn
41
+if %errorlevel% neq 0 exit 1
42
+
43
+"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestRfftn
44
45
46
"%PYTHON%" -m pytest -ra --pyargs dpnp
47
0 commit comments