Skip to content

Commit

Permalink
Update petab_select/candidate_space.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath authored Oct 15, 2024
1 parent f000b24 commit 6c6ff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab_select/candidate_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def distances_in_estimated_parameters(
# in all model subspaces to get an accurate comparable distance. Currently
# only reasonable when working with a single PEtab problem for all models
# in all subspaces.
if model1.petab_yaml != model1.petab_yaml:
if model0.petab_yaml != model1.petab_yaml:
raise ValueError(
'Computing the distance between different models that '
'have different "base" PEtab problems is not yet '
Expand Down

0 comments on commit 6c6ff4b

Please sign in to comment.