ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
25 stars 9 forks source link

Fix bug in GrFN generation #253

Closed dpdicken closed 2 years ago

dpdicken commented 2 years ago

Fix:

codecov[bot] commented 2 years ago

Codecov Report

Merging #253 (9dcbed1) into master (d0a9c2b) will increase coverage by 0.13%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #253      +/-   ##
==========================================
+ Coverage   67.00%   67.13%   +0.13%     
==========================================
  Files          92       93       +1     
  Lines       17474    17593     +119     
==========================================
+ Hits        11708    11811     +103     
- Misses       5766     5782      +16     
Impacted Files Coverage Δ
...s/CAST2GrFN/visitors/cast_function_call_visitor.py 85.71% <85.71%> (ø)
...analysis/CAST2GrFN/visitors/cast_to_air_visitor.py 42.63% <100.00%> (+0.86%) :arrow_up:
...mates/program_analysis/GCC2GrFN/gcc_ast_to_cast.py 56.04% <100.00%> (ø)
automates/model_analysis/graph_manipulation.py 70.19% <0.00%> (-0.56%) :arrow_down:
...rogram_analysis/CAST2GrFN/visitors/cast_visitor.py 91.66% <0.00%> (+8.33%) :arrow_up:

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 d0a9c2b...9dcbed1. Read the comment docs.