cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
257 stars 56 forks source link

Testbook notebooks testing #114

Closed carldlaird closed 1 year ago

carldlaird commented 1 year ago

Legal Acknowledgement\ By contributing to this software project, I agree my contributions are submitted under the BSD license. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

codecov[bot] commented 1 year ago

Codecov Report

Merging #114 (6e68cc5) into main (973b041) will increase coverage by 0.43%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   94.97%   95.40%   +0.43%     
==========================================
  Files          26       26              
  Lines        1372     1371       -1     
  Branches      191      192       +1     
==========================================
+ Hits         1303     1308       +5     
+ Misses         37       34       -3     
+ Partials       32       29       -3     
Impacted Files Coverage Δ
src/omlt/dependencies.py 100.00% <ø> (ø)
src/omlt/neuralnet/network_definition.py 94.20% <ø> (ø)
src/omlt/scaling.py 100.00% <ø> (ø)
src/omlt/formulation.py 92.53% <100.00%> (-0.11%) :arrow_down:
src/omlt/io/__init__.py 60.00% <100.00%> (ø)
src/omlt/neuralnet/layer.py 93.58% <100.00%> (+1.60%) :arrow_up:

... and 3 files with indirect coverage changes