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
67 stars 35 forks source link

improve CYME reader and DSS writer #399

Open NLaws opened 1 year ago

NLaws commented 1 year ago

working through a CYME v9 conversion to openDSS I have come across a few issues.

openDSS Writer:

CYME Reader:

Other

kdheepak commented 1 year ago

Thanks for making a PR!

nlaws-camus commented 1 year ago

@kdheepak a bunch of openDSS reader tests are failing on NREL/master branch:

tests/readers/opendss/Capacitors/test_capacitor_connectivity.py::test_capacitor_connectivity FAILED                                   [ 81%]
tests/readers/opendss/Capacitors/test_capacitor_kvar.py::test_capacitor_kvar PASSED                                                   [ 81%]
tests/readers/opendss/Lines/test_fuses.py::test_fuses FAILED                                                                          [ 82%]
tests/readers/opendss/Lines/test_line_connectivity.py::test_line_connectivity FAILED                                                  [ 82%]
tests/readers/opendss/Lines/test_line_length.py::test_line_length FAILED                                                              [ 83%]
tests/readers/opendss/Lines/test_linecodes.py::test_linecodes FAILED                                                                  [ 84%]
tests/readers/opendss/Lines/test_linegeometries.py::test_linegeometries XFAIL (This test fails when opendssdirect v0.5.0 is used.)    [ 84%]
tests/readers/opendss/Lines/test_switches.py::test_switches FAILED                                                                    [ 85%]
tests/readers/opendss/Loads/test_load_p_and_q.py::test_load_p_and_q PASSED                                                            [ 85%]
tests/readers/opendss/Loads/test_loads.py::test_loads FAILED                                                                          [ 86%]
tests/readers/opendss/Nodes/test_nodes.py::test_nodes PASSED                                                                          [ 87%]
tests/readers/opendss/Powersource/test_powersource.py::test_powersource FAILED                                                        [ 87%]
tests/readers/opendss/Regulators/test_regulators.py::test_regulators FAILED                                                           [ 88%]
tests/readers/opendss/Transformers/test_transformer_kv.py::test_transformer_kv FAILED                                                 [ 89%]

would you like me to make an issue for this?