Skip to content

Commit cb29486

Browse files
committed
fixup flydra_core: works in numpy 2
1 parent d1ef63d commit cb29486

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: flydra_core/conftest.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import numpy as np
2+
import pytest
3+
4+
5+
@pytest.fixture(scope="session", autouse=True)
6+
def set_numpy_printoptions():
7+
np.set_printoptions(legacy="1.25")
8+

0 commit comments

Comments
 (0)