Skip to content

Commit

Permalink
Remove unused/deprecated modules that will be superseded by adam_core (
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj authored Aug 21, 2023
1 parent b55ba36 commit f893cef
Show file tree
Hide file tree
Showing 63 changed files with 23 additions and 15,208 deletions.
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ astroquery
scipy
scikit-learn
healpy
pytables
pyyaml>=5.1
openorb
spiceypy
matplotlib
seaborn
plotly
ipykernel
pytest
pytest-cov
pre-commit
Expand Down
2 changes: 0 additions & 2 deletions thor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
from .version import __version__
from .config import *
from .constants import *
from .testing import *
from .orbits import *
from .backend import *
from .utils import *
from .coordinates import *
from .projections import *
from .orbit import *
from .cell import *
from .plotting import *
from .data_processing import *
from .orbit_selection import *
from .filter_orbits import *
Expand Down
1 change: 0 additions & 1 deletion thor/backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .backend import *
from .findorb import *
from .mjolnir import *
from .pyoorb import *
192 changes: 0 additions & 192 deletions thor/backend/mjolnir.py

This file was deleted.

Empty file removed thor/data/__init__.py
Empty file.
1 change: 0 additions & 1 deletion thor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from .cell import Cell
from .clusters import filter_clusters_by_length, find_clusters
from .config import Config, Configuration
from .observatories import getObserverState
from .orbit import TestOrbit
from .orbits import (
Orbits,
Expand Down
1 change: 0 additions & 1 deletion thor/observatories/__init__.py

This file was deleted.

Loading

0 comments on commit f893cef

Please sign in to comment.