ml4ai / automates

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

Arguments and variable node identification in lambda expressions #197

Closed pauldhein closed 3 years ago

pauldhein commented 3 years ago

Another incremental step towards converting lambda expressions into function networks for GrFN 3.0.0

codecov[bot] commented 3 years ago

Codecov Report

Merging #197 (592538f) into master (5aed31f) will increase coverage by 0.05%. The diff coverage is 91.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
+ Coverage   67.83%   67.89%   +0.05%     
==========================================
  Files          76       76              
  Lines       14182    14216      +34     
==========================================
+ Hits         9621     9652      +31     
- Misses       4561     4564       +3     
Impacted Files Coverage Δ
automates/model_assembly/expression_visitor.py 96.68% <91.83%> (-1.28%) :arrow_down:

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 5aed31f...592538f. Read the comment docs.

pauldhein commented 3 years ago

@dpdicken this branch is ready for you to add a quick review.

pauldhein commented 3 years ago

Hey @dpdicken let me know if the conversations you started in this thread are ready to be resolved. Also I think this code is ready for you to re-review.