Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Mar 12, 2020
1 parent 9abae71 commit 101dd11
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 2,088 deletions.
6 changes: 3 additions & 3 deletions species/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from species.analysis.photometry import SyntheticPhotometry

from species.analysis.retrieval import AtmosphericRetrieval
# from species.analysis.retrieval import AtmosphericRetrieval

from species.read.read_calibration import ReadCalibration

Expand All @@ -18,7 +18,7 @@

from species.read.read_planck import ReadPlanck

from species.read.read_radtrans import ReadRadtrans
# from species.read.read_radtrans import ReadRadtrans

from species.read.read_spectrum import ReadSpectrum

Expand All @@ -44,7 +44,7 @@
plot_walkers, \
plot_photometry

from species.plot.plot_retrieval import plot_pt_profile
# from species.plot.plot_retrieval import plot_pt_profile

from species.plot.plot_spectrum import plot_spectrum

Expand Down
Loading

0 comments on commit 101dd11

Please sign in to comment.