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 2233a8c commit 39b81e5Copy full SHA for 39b81e5
conda-recipe/run_test.sh
@@ -37,4 +37,9 @@ set -e
37
38
$PYTHON -c "import dpnp; print(dpnp.__version__)"
39
$PYTHON -m dpctl -f
40
+
41
+uname -r
42
+gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args "$PYTHON" -m pytest -sv --disable-warnings --pyargs dpnp.tests.test_random || true
43
+$PYTHON -m pytest -sv --pyargs dpnp.tests.test_random
44
45
$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments