Skip to content

Commit

Permalink
Scipy 2.0 compatibility fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Feb 14, 2025
1 parent 65d2706 commit 8ac00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransit/models/gdmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
zeros, polyfit, atleast_2d, atleast_1d, nansum, zeros_like
from numpy.linalg import norm
from scipy.interpolate import interp1d
from scipy.spatial.transform.rotation import Rotation
from scipy.spatial.transform import Rotation

from .transitmodel import TransitModel
from .numba.gdmodel import create_star_xy, create_planet_xy, map_osm, xy_taylor_vt, oblate_model_s, \
Expand Down

0 comments on commit 8ac00f0

Please sign in to comment.