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 d2c0836 commit 246d12cCopy full SHA for 246d12c
conda-recipe/run_test.sh
@@ -37,5 +37,8 @@ set -e
37
38
$PYTHON -c "import dpnp; print(dpnp.__version__)"
39
$PYTHON -m dpctl -f
40
+
41
+timeout 10m gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args "$PYTHON" -m pytest -ra --disable-warnings --pyargs dpnp.tests.test_histogram || true
42
$PYTHON -m pytest -sv --pyargs dpnp.tests.test_histogram
43
44
$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments