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 8ef45bb commit 2926e6c
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 @@ -97,7 +97,7 @@ def start_iteration(
if isinstance(user_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 2926e6c

Please sign in to comment.