NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
69 stars 36 forks source link

Add unit tests #117

Open NicolasGensollen opened 6 years ago

NicolasGensollen commented 6 years ago

Priority 1 Basic unit tests checking that values are parsed correctly (this shouldn't be too hard to implement)

Priority 2 Tests performing power flows on the input and output and compare them. Ideally, we shouldn't allow any merge that worsen the quality of a conversion (should be possible for OpenDSS, seems much more complicated for other formats)

NicolasGensollen commented 6 years ago

Todo list for milestone First Validation:

bpalmintier commented 5 years ago

Can we separate this into test vs. validation a separate issues.

NicolasGensollen commented 5 years ago

Validation is now in a separate issue (#193).