Skip to content

Commit

Permalink
Merge pull request #127 from moeyensj/v2.0-fitted-orbits
Browse files Browse the repository at this point in the history
Add FittedOrbits and FittedOrbitMembers
  • Loading branch information
moeyensj authored Nov 9, 2023
2 parents ebd5696 + 797a022 commit a662062
Show file tree
Hide file tree
Showing 41 changed files with 1,831 additions and 4,503 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
numpy
numba
pandas
pyarrow >= 13.0.0
pyarrow >= 14.0.0
pyyaml >= 5.1
quivr >= 0.7.1
ray[default]
Expand Down
7 changes: 3 additions & 4 deletions thor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from .version import __version__
from .config import *
from .constants import *
from .orbits import *
from .utils import *
from .range_and_transform import *
from .clusters import *
from .projections import *
from .orbit import *
from .orbit_determination import *
from .orbit_selection import *
from .filter_orbits import *
from .main import *
from .main_2 import * # TODO: remove when main is replaced
from .analysis import *

logger = setupLogger(__name__)
290 changes: 0 additions & 290 deletions thor/analysis.py

This file was deleted.

Loading

0 comments on commit a662062

Please sign in to comment.