Skip to content

Commit

Permalink
Fix a deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jun 18, 2024
1 parent 2e83c7f commit 36f0f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipy/algorithms/statistics/formula/tests/test_formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np
import pytest
import sympy
from numpy.core.records import fromrecords
from numpy.rec import fromrecords
from numpy.testing import assert_almost_equal, assert_array_equal
from sympy.utilities.lambdify import implemented_function

Expand Down

0 comments on commit 36f0f9e

Please sign in to comment.