File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 191191#: Cauchy distribution.
192192CAUCHY = "cauchy"
193193#: Chi-squared distribution.
194- # TODO : "chisquare" in PEtab and sbml-distrib, but usually "chi-squared"
194+ # FIXME : "chisquare" in PEtab and sbml-distrib, but usually "chi-squared"
195195CHI_SQUARED = "chisquare"
196196#: Exponential distribution.
197197EXPONENTIAL = "exponential"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class PriorDistribution(str, Enum):
157157
158158
159159assert set (C .PRIOR_DISTRIBUTIONS ) == {e .value for e in PriorDistribution }, (
160- "PriorType enum does not match C.PRIOR_TYPES: "
160+ "PriorDistribution enum does not match C.PRIOR_DISTRIBUTIONS "
161161 f"{ set (C .PRIOR_DISTRIBUTIONS )} vs { {e .value for e in PriorDistribution } } "
162162)
163163
You can’t perform that action at this time.
0 commit comments