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
We may consider re-writing the different data classes (such as SimulationData and SystemData) using pydantic to cut down on the amount of 'boiler-plate' code, make everything more readily (de)serialisable and to make everything a bit more standardised.
The text was updated successfully, but these errors were encountered:
This is a great suggestion, I wish this had been available when I started to work on this! Definitely in favor! I would argue, however, that we should work on having at least a minimal set of tests before doing large infrastructural changes like this one - just to have some confidence in approving PRs.
Description
We may consider re-writing the different data classes (such as
SimulationData
andSystemData
) using pydantic to cut down on the amount of 'boiler-plate' code, make everything more readily (de)serialisable and to make everything a bit more standardised.The text was updated successfully, but these errors were encountered: