You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the len(kwargs["angle_style"]) does not match the len(species_list), we get a list index out of range error. We should make this error message more verbose and add a unit test to catch this. I will add a MWE later.
The text was updated successfully, but these errors were encountered:
Bug summary
If the
len(kwargs["angle_style"])
does not match thelen(species_list)
, we get alist index out of range
error. We should make this error message more verbose and add a unit test to catch this. I will add a MWE later.The text was updated successfully, but these errors were encountered: