[Feature request]: Extract And Generalize Plugin System #421
Labels
enhancement
Request for improvement or addition of new feature(s).
gempyor
Concerns the Python core.
medium priority
Medium priority.
Milestone
Label
enhancement, gempyor
Priority Label
medium priority
Is your feature request related to a problem? Please describe.
There is duplicated code in:
flepiMoP/flepimop/gempyor_pkg/src/gempyor/initial_conditions.py
Lines 19 to 29 in f680be3
and:
flepiMoP/flepimop/gempyor_pkg/src/gempyor/seeding.py
Lines 173 to 183 in f680be3
These should be consolidated down into one place.
Is your feature request related to a new application, scenario round, pathogen? Please describe.
No response
Describe the solution you'd like
Ideally the parent class for
Seeding
andInitialConditions
would be able to handle this, something likeSimulationPluginComponent
or similar.The text was updated successfully, but these errors were encountered: