eclipse-esmf / esmf-sdk-py-aspect-model-loader

Load Aspect Models in Python
https://pypi.org/project/esmf-aspect-model-loader/
Mozilla Public License 2.0
0 stars 4 forks source link

[BUG] Missing state_initiator implementation #43

Open thec0dewriter opened 1 month ago

thec0dewriter commented 1 month ago

How: List of performed steps Our model contains State definitions but while parsing the model a module not found error is thrown.

Output (files/screenshots) ModuleNotFoundError: No module named 'esmf_aspect_meta_model_python.loader.instantiator.state_instantiator'

Additional context (e.g. references) By digging a bit into the sources we found that a _stateinstantiator module would be necessary here