Skip to content

Commit 3b6ab48

Browse files
committed
remove warning for now
1 parent aa4c9e6 commit 3b6ab48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoarray/numba_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
try:
3535
if os.environ.get("USE_JAX") == "1":
36-
logger.warning("JAX and numba do not work together, so JAX is being used.")
36+
1
3737
else:
3838
import numba
3939

0 commit comments

Comments
 (0)