cadCAD-org / cadCAD

Design, simulate, validate, and operate within complex systems
https://cadcad.org
MIT License
541 stars 270 forks source link

Substitute Testing Results format from cPickle to something more perennial (eg. HDF, Avro or CSV) #324

Open danlessa opened 9 months ago

danlessa commented 9 months ago

The folder expected_results/ contains several Pickle files that are being used for validating the CI/CD testing results. This is not good practice as Pickle is not stable across versions and it is meant as a generic serialization carrier, while also posing a potential security risk.