AguaClara / aguaclara

An open-source Python package for designing and performing research on AguaClara water treatment plants.
https://aguaclara.github.io/aguaclara/
MIT License
25 stars 13 forks source link

Naming error in the formatting of the filepath #277

Closed KevinSarmiento closed 4 years ago

KevinSarmiento commented 4 years ago

Data_fromdates function was unable to grab data from file because the filename was slightly wrong. Changed from 'datalog ' to 'datalog' which is how the datalog file is named in ProCoDA.

HannahSi commented 4 years ago

But let me look into the failing tests...

HannahSi commented 4 years ago

@KevinSarmiento I pulled your branch and made some changes to fix other filepath bugs and pass the tests. (Now all functions require the "datalog" or "statelog" format.) Do you mind if I push?