cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
262 stars 57 forks source link

Renaming and adding specific formulation classes #33

Closed carldlaird closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (70e04e0) into main (e466993) will decrease coverage by 0.25%. The diff coverage is 84.90%.

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

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
- Coverage   88.79%   88.53%   -0.26%     
==========================================
  Files          23       23              
  Lines        1071     1108      +37     
  Branches      160      169       +9     
==========================================
+ Hits          951      981      +30     
- Misses         98      102       +4     
- Partials       22       25       +3     
Impacted Files Coverage Δ
src/omlt/neuralnet/activations/__init__.py 100.00% <ø> (ø)
src/omlt/io/keras_reader.py 89.47% <33.33%> (-10.53%) :arrow_down:
src/omlt/neuralnet/nn_formulation.py 93.20% <87.75%> (-2.11%) :arrow_down:
src/omlt/neuralnet/__init__.py 100.00% <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 e466993...96ff70e. Read the comment docs.