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 a739390 commit 946bab9Copy full SHA for 946bab9
conda-recipe/run_test.sh
@@ -4,5 +4,4 @@ set -e
4
5
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
6
${PYTHON} -c "import dpctl; dpctl.lsplatform(verbosity=2)"
7
-${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_tensor_elementwise::test_cos_order -vv
8
${PYTHON} -m pytest -q -ra --disable-warnings -p no:faulthandler --cov dpctl --cov-report term-missing --pyargs dpctl -vv
0 commit comments