AguaClara / aguaclara

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

extra unit import statement in cdc functions #140

Closed monroews closed 5 years ago

monroews commented 5 years ago

The aguaclara/aguaclara/design/cdc.py imports the unit registry twice. The second one on line 16 needs to be deleted so that the functions can be used.

fletchapin commented 5 years ago

I fixed this in a branch called fletch/miscFixes which I made to address all these issues. I'm waiting to resolve a few more of them before creating the PR and merging.