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

Forgot to update __init__ for onshape_parser #288

Closed fletchapin closed 3 years ago

fletchapin commented 3 years ago

Forgot to add import statement for onshape_parser to __init__ and aguaclara.play

codecov[bot] commented 3 years ago

Codecov Report

Merging #288 (bc0a575) into master (8d03e6b) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #288   +/-   ##
=======================================
  Coverage   90.83%   90.83%           
=======================================
  Files          51       51           
  Lines        4156     4157    +1     
=======================================
+ Hits         3775     3776    +1     
  Misses        381      381           
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
aguaclara/__init__.py 100.00% <100.00%> (ø)
aguaclara/core/onshape_parser.py 91.02% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d03e6b...bc0a575. Read the comment docs.