google / neural-tangents

Fast and Easy Infinite Neural Networks in Python
https://iclr.cc/virtual_2020/poster_SklD9yrFPS.html
Apache License 2.0
2.28k stars 226 forks source link

Improve type annotations and documentation #154

Closed romanngg closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #154 (db5c683) into main (d065a8c) will decrease coverage by 0.00%. The diff coverage is 95.91%.

@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
- Coverage   86.43%   86.43%   -0.01%     
==========================================
  Files          16       16              
  Lines        3804     3811       +7     
==========================================
+ Hits         3288     3294       +6     
- Misses        516      517       +1     
Impacted Files Coverage Δ
neural_tangents/_src/batching.py 89.59% <88.88%> (-0.21%) :arrow_down:
neural_tangents/_src/utils/utils.py 93.25% <90.00%> (+0.01%) :arrow_up:
neural_tangents/_src/monte_carlo.py 95.23% <100.00%> (ø)
neural_tangents/_src/predict.py 95.42% <100.00%> (ø)
neural_tangents/_src/stax/combinators.py 94.73% <100.00%> (+0.09%) :arrow_up:
neural_tangents/_src/stax/elementwise.py 86.26% <100.00%> (ø)
neural_tangents/_src/stax/linear.py 74.64% <100.00%> (ø)
neural_tangents/_src/stax/requirements.py 97.61% <100.00%> (ø)
neural_tangents/_src/utils/dataclasses.py 100.00% <100.00%> (ø)
neural_tangents/_src/utils/kernel.py 93.78% <100.00%> (ø)
... and 1 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 d065a8c...db5c683. Read the comment docs.