From af5c25af79470a9f1c743f11362b1f27549fb749 Mon Sep 17 00:00:00 2001 From: Colm Talbot Date: Fri, 20 Dec 2024 09:14:12 -0600 Subject: [PATCH] TYPO: fix typo in __all__ mass models --- gwpopulation/models/mass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwpopulation/models/mass.py b/gwpopulation/models/mass.py index fefcca67..6cd74563 100644 --- a/gwpopulation/models/mass.py +++ b/gwpopulation/models/mass.py @@ -18,7 +18,7 @@ "MultiPeakSmoothedMassDistribution", "BrokenPowerLawSmoothedMassDistribution", "BrokenPowerLawPeakSmoothedMassDistribution", - "InterpolatedPowerLaw", + "InterpolatedPowerlaw", "double_power_law_primary_mass", "double_power_law_peak_primary_mass", "double_power_law_primary_power_law_mass_ratio",