Skip to content

Commit

Permalink
flydra_analysis: works in numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 9, 2024
1 parent cb29486 commit 4896524
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flydra_analysis/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import numpy as np
import pytest


@pytest.fixture(scope="session", autouse=True)
def set_numpy_printoptions():
np.set_printoptions(legacy="1.25")

0 comments on commit 4896524

Please sign in to comment.