DD-DeCaF / simulations

Model service which takes care of adjusting model according to incoming messages and returns information such as fluxes, theoretical maximum yields, etc
Apache License 2.0
0 stars 1 forks source link

Add and apply black #139

Closed kvikshaug closed 5 years ago

kvikshaug commented 5 years ago

The service still has a bit to go to get on par with the cookiecutter, but this should be a step in the right direction

codecov-io commented 5 years ago

Codecov Report

Merging #139 into devel will not change coverage. The diff coverage is 64.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel     #139   +/-   ##
=======================================
  Coverage   71.89%   71.89%           
=======================================
  Files          20       20           
  Lines         804      804           
=======================================
  Hits          578      578           
  Misses        226      226
Impacted Files Coverage Δ
src/simulations/metrics.py 100% <ø> (ø) :arrow_up:
src/simulations/modeling/cobra_helpers.py 73.68% <ø> (ø) :arrow_up:
src/simulations/exceptions.py 100% <ø> (ø) :arrow_up:
src/simulations/id_mapper_client.py 0% <0%> (ø) :arrow_up:
src/simulations/utils.py 63.63% <0%> (ø) :arrow_up:
src/simulations/middleware.py 100% <100%> (ø) :arrow_up:
src/simulations/settings.py 81.57% <100%> (ø) :arrow_up:
src/simulations/schemas.py 100% <100%> (ø) :arrow_up:
src/simulations/modeling/simulations.py 83.78% <100%> (ø) :arrow_up:
src/simulations/ice_client.py 40% <16.66%> (ø) :arrow_up:
... and 8 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 df8d109...6e57c3d. Read the comment docs.