Skip to content

Commit

Permalink
Merge branch 'develop' into petab_simulator_support
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost authored Sep 23, 2024
2 parents 983da42 + 2e57687 commit 809a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypesto/visualize/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def process_start_indices(
raise ValueError(
f"Permissible values for start_indices are {ALL}, "
f"{ALL_CLUSTERED}, {FIRST_CLUSTER}, an integer or a "
f"list of indices."
f"list of indices. Got {start_indices}."
)
# if it is an integer n, select the first n starts
if isinstance(start_indices, Number):
Expand Down

0 comments on commit 809a8e0

Please sign in to comment.