You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deserialize an IIDM file with an extension on OverloadManagementSystem, the OverloadManagementSystemSerDe implementation prevents the extension from being deserialized.
This is caused by OverloadManagementSystems' creation in the Network being delayed after the extension creation step.
Describe the expected behavior
the iidm implementation should let extensions on OverloadManagementSystem be deserialized.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
This is caused by OverloadManagementSystemSerDe's postponeElementCreation handling mechanism using toApply to create OverloadManagementSystem. toApply's implementation occurs at the end of the deserialization process, after extensions.
Ideally, this mechanism should only postpone validation of the element.
The text was updated successfully, but these errors were encountered:
Describe the current behavior
When trying to deserialize an IIDM file with an extension on
OverloadManagementSystem
, theOverloadManagementSystemSerDe
implementation prevents the extension from being deserialized.This is caused by
OverloadManagementSystem
s' creation in theNetwork
being delayed after the extension creation step.Describe the expected behavior
the iidm implementation should let extensions on
OverloadManagementSystem
be deserialized.Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
This is caused by
OverloadManagementSystemSerDe
'spostponeElementCreation
handling mechanism usingtoApply
to createOverloadManagementSystem
.toApply
's implementation occurs at the end of the deserialization process, after extensions.Ideally, this mechanism should only postpone validation of the element.
The text was updated successfully, but these errors were encountered: