DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.39k stars 128 forks source link

add sensitivity traj method to `NeuralODE`, improve tests #46

Closed Zymrael closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #46 (45fe54f) into master (3251529) will decrease coverage by 14.25%. The diff coverage is 17.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #46       +/-   ##
===========================================
- Coverage   85.63%   71.37%   -14.26%     
===========================================
  Files          14       16        +2     
  Lines         682      786      +104     
===========================================
- Hits          584      561       -23     
- Misses         98      225      +127     
Impacted Files Coverage Δ
torchdyn/layers/galerkin.py 0.00% <0.00%> (ø)
torchdyn/layers/utility.py 0.00% <0.00%> (ø)
torchdyn/models/neuralde.py 78.03% <20.00%> (-6.77%) :arrow_down:
torchdyn/models/galerkin.py 81.95% <63.88%> (-11.13%) :arrow_down:
torchdyn/models/defunc.py 86.00% <0.00%> (-12.00%) :arrow_down:
torchdyn/models/utils.py 88.23% <0.00%> (-5.89%) :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 3251529...45fe54f. Read the comment docs.