Skip to content

Commit

Permalink
up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiencarreres committed Aug 28, 2024
1 parent 3fc3ced commit 7c470a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions snsim/tests/test_astrobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def setup_class(self):
"beta": 3.1,
"model_name": "salt2",
"model_version": "2.4",
"mass_step": 0.0
}

self.SNIa_Tripp = sn_astrobj.SNIa(sim_par, mag_fun="SALTTripp")
Expand Down
2 changes: 1 addition & 1 deletion snsim/tests/test_survey.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import snsim
from snsim.survey_host import SurveyObs
from snsim.survey import SurveyObs

0 comments on commit 7c470a4

Please sign in to comment.