Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gilman committed Oct 30, 2024
1 parent 28a8d95 commit 1d4de49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_preset_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_SIDM(self):
sidm = SIDM_parametric(0.5, 1.5, mass_ranges, collapse_times)
_ = sidm.lensing_quantities()
_ = preset_model_from_name('SIDM_parametric')
self._test_default_infall_model(sidm, 'HYBRID')
self._test_default_infall_model(sidm, 'hybrid')

def test_ULDM(self):

Expand Down

0 comments on commit 1d4de49

Please sign in to comment.