Skip to content

Commit

Permalink
Update petab_select/ui.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Weindl <[email protected]>
  • Loading branch information
dilpath and dweindl authored Dec 2, 2024
1 parent 2926e6c commit b52fa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab_select/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def end_iteration(
if isinstance(calibrated_models, dict):
warnings.warn(
(
"`calibrated_models` should be a `petab_select.Models` object."
"`calibrated_models` should be a `petab_select.Models` object. "
"e.g. `calibrated_models = "
"petab_select.Models(old_calibrated_models.values())`."
),
Expand Down

0 comments on commit b52fa53

Please sign in to comment.