We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c9e6 commit 3b6ab48Copy full SHA for 3b6ab48
1 file changed
autoarray/numba_util.py
@@ -33,7 +33,7 @@
33
34
try:
35
if os.environ.get("USE_JAX") == "1":
36
- logger.warning("JAX and numba do not work together, so JAX is being used.")
+ 1
37
else:
38
import numba
39
0 commit comments