ml4ai / automates

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

Lambda Expression Walker #191

Closed pauldhein closed 3 years ago

pauldhein commented 3 years ago

Overview

codecov[bot] commented 3 years ago

Codecov Report

Merging #191 (18d144f) into master (80c2c47) will increase coverage by 0.33%. The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   66.65%   66.99%   +0.33%     
==========================================
  Files          74       75       +1     
  Lines       13680    13829     +149     
==========================================
+ Hits         9119     9265     +146     
- Misses       4561     4564       +3     
Impacted Files Coverage Δ
automates/model_assembly/networks.py 75.42% <79.16%> (-0.11%) :arrow_down:
automates/model_assembly/expression_visitor.py 97.95% <97.95%> (ø)
automates/utils/misc.py 85.71% <100.00%> (+7.93%) :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 80c2c47...72da608. Read the comment docs.

dpdicken commented 3 years ago

The actual changes look good! Are you switched to using the black python formatter? It seems like every PR we reformat some files (i.e. networks.py in this pr)