Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 1, 2023
1 parent 0b2bf7a commit 9373879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypesto/petab/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def _setup(
if (
self._priors is not None
and len(current_free_ids) == len(self._free_ids)
and current_free_ids == self._free_ids
and np.all(current_free_ids == self._free_ids)
):
# no need to update
return
Expand Down

0 comments on commit 9373879

Please sign in to comment.