Skip to content

Commit

Permalink
Update mne/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <dan@mccloy.info>
  • Loading branch information
larsoner and drammock authored Jul 26, 2023
1 parent f438a1f commit 14ad506
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 @@ -166,7 +166,7 @@ def pytest_configure(config):
# TODO: Fix this with casts?
# https://github.com/numpy/numpy/pull/22449
try:
np.set_printoptions(legacy="1.25")
np.set_printoptions(legacy=125)
except Exception:
pass # probably missing kwarg

Expand Down

0 comments on commit 14ad506

Please sign in to comment.