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
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
modelscould 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