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

Hardcoded test file path in in `dew_test.py` #4

Open etimberg opened 6 years ago

etimberg commented 6 years ago

There are 3 test files linked from dew_test.py that point to files that are not in this repo.

Eg: https://github.com/NREL/ditto/blob/master/ditto/readers/dew/test_dew.py#L16

kdheepak commented 6 years ago

@tarekelgindy Can you take a look at this? We should only be using relative paths.

https://github.com/NREL/ditto/blob/dd4429e/ditto/readers/dew/test_dew.py#L18-L19

kdheepak commented 6 years ago

@tarekelgindy I've moved it to the tests folder. It appears some files are missing.