From fb213627c97a08cfa656fbb6ab2dd55f3a92b581 Mon Sep 17 00:00:00 2001 From: Daniel Gilman Date: Sat, 10 Jun 2023 13:51:25 -0400 Subject: [PATCH] fix test --- tests/test_mass_function_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mass_function_models.py b/tests/test_mass_function_models.py index 615bae94..f276f981 100644 --- a/tests/test_mass_function_models.py +++ b/tests/test_mass_function_models.py @@ -10,7 +10,7 @@ def setup_method(self): 'POWER_LAW_TURNOVER', 'POWER_LAW_TURNOVER_SHMF'] self.model_names = ['WDM_POWER_LAW', 'SHETH_TORMEN', 'WDM_POWER_LAW', 'SHETH_TORMEN', 'SHETH_TORMEN', 'WDM_POWER_LAW', 'CDM_POWER_LAW', - 'WDM_POWER_LAW', 'WDM_POWER_LAW'] + 'SHETH_TORMEN', 'WDM_POWER_LAW'] def test_models(self):