JKRT / OMFrontend.jl

Experimental implementation of NF. That is a Modelica frontend in 100% Julia
Other
2 stars 3 forks source link

Fixing empty equations in overconstrained models #70

Closed JKRT closed 2 years ago

JKRT commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #70 (48c9f21) into master (d71b29d) will increase coverage by 0.39%. The diff coverage is 21.62%.

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   20.00%   20.40%   +0.39%     
==========================================
  Files         166      166              
  Lines       60316    60213     -103     
==========================================
+ Hits        12069    12288     +219     
+ Misses      48247    47925     -322     
Impacted Files Coverage Δ
src/Util/IOStream.jl 18.18% <0.00%> (ø)
src/Util/System.jl 3.72% <0.00%> (+0.01%) :arrow_up:
src/NewFrontend/NFOCConnectionGraph.jl 34.10% <3.63%> (+0.06%) :arrow_up:
src/NewFrontend/NFFunction.jl 45.45% <100.00%> (-0.14%) :arrow_down:
src/NewFrontend/NFInst.jl 61.01% <100.00%> (ø)
src/NewFrontend/NFSimplifyModel.jl 58.21% <100.00%> (+0.45%) :arrow_up:
src/NewFrontend/NFDimension.jl 35.56% <0.00%> (-3.26%) :arrow_down:
src/NewFrontend/NFPrefixes.jl 39.86% <0.00%> (-1.24%) :arrow_down:
src/NewFrontend/NFPackage.jl 34.09% <0.00%> (-0.76%) :arrow_down:
... and 10 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 d71b29d...48c9f21. Read the comment docs.