Skip to content

Commit

Permalink
Update petab_select/plot.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 Jan 7, 2025
1 parent 569ed9f commit 2c444d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions petab_select/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ def augment_labels(
Args:
criterion:
The criterion values.
Whether to include the criterion values.
added_parameters:
The added parameters, compared to the predecessor model.
Whether to include the added parameters, compared to the predecessor model.
removed_parameters:
The added parameters, compared to the predecessor model.
Whether to include the removed parameters, compared to the predecessor model.
"""
if criterion:
if not self.criterion:
Expand Down

0 comments on commit 2c444d0

Please sign in to comment.