Skip to content

Commit 6690733

Browse files
dweindldilpath
andauthored
Apply suggestions from code review
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
1 parent 4d0bcda commit 6690733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

petab/v2/C.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
#: Cauchy distribution.
192192
CAUCHY = "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"
195195
CHI_SQUARED = "chisquare"
196196
#: Exponential distribution.
197197
EXPONENTIAL = "exponential"

petab/v2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class PriorDistribution(str, Enum):
157157

158158

159159
assert 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

0 commit comments

Comments
 (0)