Skip to content

Commit

Permalink
Correction of import.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavbroz committed Oct 14, 2024
1 parent d41abe6 commit c299719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phoebe/dynamics/xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from phoebe import u, c
from phoebe import conf
from phoebe.dynamics import geometry
from phoebe.dynamics import invgeometry

try:
import rebound
Expand Down Expand Up @@ -255,7 +254,7 @@ def dynamics(times, masses, xi, yi, zi, vxi, vyi, vzi, \

if return_roche_euler:

elmts, euler, roche = invgeometry.invgeometry(masses, rb, vb, geometry=_geometry)
elmts, euler, roche = geometry.invgeometry(masses, rb, vb, geometry=_geometry)

fac = (1*u.AU).to(u.solRad).value

Expand Down

0 comments on commit c299719

Please sign in to comment.