Skip to content

Commit

Permalink
use actual criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Nov 18, 2024
1 parent 4ab2f82 commit d08cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab_select/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def upset(
"""
# Get delta criterion values
values = get_relative_criterion_values(
[model.get_criterion(Criterion.AICC) for model in models]
[model.get_criterion(criterion) for model in models]
)

# Sort by criterion value
Expand Down

0 comments on commit d08cefe

Please sign in to comment.