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

Github Actions: autoformat with black #307

Open annabel48lin opened 3 years ago

annabel48lin commented 3 years ago

#295 Enforce code style with flake8 and black

Created issue #308: Fix errors and warnings from flake8 and add to workflow

codecov[bot] commented 3 years ago

Codecov Report

Merging #307 (bffe1c5) into master (cc40815) will not change coverage. The diff coverage is 81.53%.

:exclamation: Current head bffe1c5 differs from pull request most recent head b2ce8e5. Consider uploading reports for the commit b2ce8e5 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   89.56%   89.56%           
=======================================
  Files          29       29           
  Lines        3047     3047           
=======================================
  Hits         2729     2729           
  Misses        318      318           
Impacted Files Coverage Δ
aguaclara/core/cache.py 94.28% <0.00%> (ø)
aguaclara/core/materials.py 100.00% <ø> (ø)
aguaclara/design/cdc.py 96.07% <0.00%> (ø)
aguaclara/design/plant.py 63.15% <ø> (ø)
...clara/research/environmental_processes_analysis.py 40.19% <17.07%> (ø)
aguaclara/design/component.py 42.10% <25.00%> (ø)
aguaclara/core/head_loss.py 70.33% <54.54%> (ø)
aguaclara/design/pipeline.py 71.65% <55.17%> (ø)
aguaclara/core/units.py 81.81% <60.00%> (ø)
aguaclara/design/floc.py 90.24% <66.66%> (ø)
... and 19 more

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 cc40815...b2ce8e5. Read the comment docs.