Jan Dinkelbach
Jan Dinkelbach
We have the CGMES v3 RDFS documents now available [here](https://github.com/sogno-platform/cimgen/tree/7907250da3c430077c7a3c88673e63ab1553ef8e/cgmes_schema/CGMES_3.0.0) and intend to incorporate the corresponding Python classes generated by CIMgen into CIMpy
> @m-mirz Yes I think that makes sense. I've added you and Jan to the catch-all entry. Thanks, that's fine for me! I would suggest to additionally include the explanatory...
@martinmoraga
Yes, I fully agree. Let's follow up on this in #188. I guess @m-mirz could have some material suitable to extend the docu on the task system.
The issue is that the logger drops the attribute if it cannot derive its dimensions. The dimensions could not be derived, because the attribute has not been initialised. Most importantly,...
Marking as `override final` is not feasible yet, since several composite components (e.g. `DP_Ph1_Transformer.h`) do override `mnaComp...` methods. It needs to be double-checked whether this is really required in all...
Probably `override final` limits flexibility to much. Nonetheless, double-check whether composite components could use `mnaParent...` instead of `mnaComp...`
Thanks, that's very good to know! I agree with your proprosal. Should we go for a default value of 8 then?
@m-mirz Results from first discussion: We should clarify what should be initialized/instantiated in which method. Available methods: - `Constructor` - `initializeFromNodesAndTerminals` - `mnaInitialize` - Instantiate and parametrise subcomponents here? Besides,...