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 d6e6981 commit 311186eCopy full SHA for 311186e
__init__.py
@@ -13,7 +13,7 @@
13
raise ImportError("Importing dppy failed")
14
15
def test(*args, **kwargs):
16
- if dppy_present and not is_available():
+ if not dppy_present and not is_available():
17
dppy_error()
18
19
return numba.testing.test("numba.dppy.tests", *args, **kwargs)
0 commit comments