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

coag_tube_l throws a unit error instead of returning a length #281

Closed fletchapin closed 3 years ago

fletchapin commented 4 years ago

Please answer each of these questions so that we can resolve the bug!

What were you trying to do?

cdc_obj = CDC(q = 20 * u.L/u.s, coag_type = 'pacl')
cdc_obj.coag_tube_l

What was supposed to happen? I was using aguaclara.design.cdc to calculate the length of tube needed, but got a unit error when running the function.

What actually happened? image

What software are you using? Google Colab

HannahSi commented 3 years ago

Resolved in release 0.2.10!