Skip to content

Commit

Permalink
support comparison of SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Nov 18, 2024
1 parent a1bcf70 commit 8dcfb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions petab_select/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ def default_compare(
Criterion.AICC,
Criterion.BIC,
Criterion.NLLH,
Criterion.SSR,
]:
return (
model1.get_criterion(criterion)
Expand Down

0 comments on commit 8dcfb6e

Please sign in to comment.