Skip to content

Commit

Permalink
test: move tests (GalacticDynamics#160)
Browse files Browse the repository at this point in the history
* test: move tests
* fix: test import loc

Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Feb 27, 2024
1 parent 89e3b2a commit 1a82443
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/unit/dynamics/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from jax_quantity import Quantity

from ..coordinates.test_base import Shape, return_keys
from ..coordinates.test_pspt import AbstractPhaseSpaceTimePosition_Test, T
from ..coordinates.psp.test_base import Shape, return_keys
from ..coordinates.psp.test_pspt import AbstractPhaseSpaceTimePosition_Test, T
from galax.coordinates import PhaseSpaceTimePosition
from galax.dynamics import Orbit
from galax.potential import AbstractPotentialBase, MilkyWayPotential
Expand Down

0 comments on commit 1a82443

Please sign in to comment.