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
Right now when passing blades to functions, we either pass blade indices, blade kind or blade names. This should be made more consistent so all functions take the same type of input.
Two possible options:
Make everything take blade indices, provide functions to easily convert from kind or name to index
Create a new data structure that can hold one of the three and make all functions accept this data structure
The text was updated successfully, but these errors were encountered:
Made select_blades and keep_blades take blade indices instead of names in 26ecef3 and added functions taking names select_blades_with_name and keep_blades_with_name with the old behavior.
Right now when passing blades to functions, we either pass blade indices, blade kind or blade names. This should be made more consistent so all functions take the same type of input.
Two possible options:
The text was updated successfully, but these errors were encountered: