Skip to content

Commit

Permalink
FIX: new_style
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 23, 2023
1 parent 3997cf8 commit caf0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def pytest_configure(config):

# https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors # noqa: E501
if "NUMBA_CAPTURED_ERRORS" not in os.environ:
os.environ["NUMBA_CAPTURED_ERRORS"] = "old_style"
os.environ["NUMBA_CAPTURED_ERRORS"] = "new_style"

# Warnings
# - Once SciPy updates not to have non-integer and non-tuple errors (1.2.0)
Expand Down

0 comments on commit caf0766

Please sign in to comment.