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

Remove opendssdirect warning about pandas #343

Closed daniel-thom closed 4 years ago

daniel-thom commented 4 years ago

Implement a dataframe-to-dict converter so that DiTTo can call the opendssdirect function class_to_dataframe without modifying an internal variable.

Fixes #311

kdheepak commented 4 years ago

Thanks for making the change. Tests are failing because of an unrelated issue. I'm willing to merge this.