Skip to content

Commit 7cf18ae

Browse files
authored
Validator: check prior parameters (#279)
The validation function was there, but was never called...
1 parent 74ac20d commit 7cf18ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

petab/lint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def check_parameter_df(
279279
assert_unique_parameter_ids(df)
280280
check_parameter_bounds(df)
281281
assert_parameter_prior_type_is_valid(df)
282+
assert_parameter_prior_parameters_are_valid(df)
282283

283284
if model and measurement_df is not None and condition_df is not None:
284285
assert_all_parameters_present_in_parameter_df(

0 commit comments

Comments
 (0)