Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Oct 24, 2024
1 parent 705bd2d commit 2b231ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions exptool/observables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__all__ = ['bulge',
'fourier',
'gaiatransform',
'rotationcurves',
'scaleheighcheck',
'rotationcurve',
'scaleheightcheck',
'transform',
'velocity',
'visualize']
Expand Down
6 changes: 3 additions & 3 deletions exptool/observables/movie.py → exptool/tests/movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

# exptool imports
from ..io import particle
from .utils import kde_3d
from .observables import transform
from .analysis import pattern
from ..utils import kde_3d
from ..observables import transform
from ..analysis import pattern


# location of the files to become a movie: satellite edition
Expand Down

0 comments on commit 2b231ed

Please sign in to comment.