From caf076674abc7fac38aa176095db76218fe79b97 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Sat, 23 Sep 2023 13:16:03 -0400 Subject: [PATCH] FIX: new_style --- mne/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/conftest.py b/mne/conftest.py index 6048554d07c..df914120ece 100644 --- a/mne/conftest.py +++ b/mne/conftest.py @@ -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)