Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Jonas Jost <[email protected]>
  • Loading branch information
m-philipps and PaulJonasJost authored Oct 21, 2023
1 parent 772a7a4 commit 5fbc866
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 @@ -90,7 +90,7 @@ def process_result_list(
if len(legends) != len(results):
raise ValueError(
'List of results passed and list of labels do '
'not have the same length but should. Stopping.'
'not have the same length.'
)
except TypeError:
legend_type_error = True
Expand Down

0 comments on commit 5fbc866

Please sign in to comment.