-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
refactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature
Description
Is your refactor request related to a problem? Please describe.
Once one has made a group model, there should be a convenient way to access an individual model
Describe the solution you'd like
Perhaps models could be a dictionary?
Describe alternatives you've considered
Currently can just loop over the models and pick out the one with the right name
Additional context
Need to consider collisions now by name
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature