Skip to content

Commit

Permalink
Rename test_orbit.py to orbit.py to avoid pytest confusions
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj committed Jun 12, 2020
1 parent 2813794 commit cb697f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .config import Config
from .cell import Cell
from .test_orbit import TestOrbit
from .orbit import TestOrbit
from .orbits.ephemeris import generateEphemeris
from .orbits.iod import iod
from .plotting import plotOrbitsFindable
Expand Down Expand Up @@ -1251,4 +1251,4 @@ def runTHOR(observations,
print("-------------------------")

return allObjects_survey, summary_survey, summaries_projection


File renamed without changes.

0 comments on commit cb697f7

Please sign in to comment.