pandapower icon indicating copy to clipboard operation
pandapower copied to clipboard

ignore unknown JSON object upon deserialization

Open dlohmeier opened this issue 4 months ago • 3 comments

for json deserialization, it is now possible to ignore objects whose model is unknown (no code found in code base), so that they are just stored as a dict in the network -> this way, a JSON serialized network can be loaded anyway without raising an exception

dlohmeier avatar Oct 14 '24 12:10 dlohmeier