Skip to content

Commit

Permalink
update test_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Jan 4, 2025
1 parent daa616b commit 53a4c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ui/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_user_calibrated_models(petab_select_problem):
assert model_M1_0.model_subspace_id == "M1_0"
model_M1_0.set_criterion(petab_select_problem.criterion, 100)
iteration_results = petab_select.ui.end_iteration(
problem=petab_select_problem,
candidate_space=iteration[CANDIDATE_SPACE],
calibrated_models=[model_M1_0],
)
Expand All @@ -61,6 +62,7 @@ def test_user_calibrated_models(petab_select_problem):
for uncalibrated_model in iteration[UNCALIBRATED_MODELS]:
uncalibrated_model.set_criterion(petab_select_problem.criterion, 50)
iteration_results = petab_select.ui.end_iteration(
problem=petab_select_problem,
candidate_space=iteration[CANDIDATE_SPACE],
calibrated_models=iteration[UNCALIBRATED_MODELS],
)
Expand Down

0 comments on commit 53a4c68

Please sign in to comment.