NeuroDiffGym / neurodiffeq

A library for solving differential equations using neural networks based on PyTorch, used by multiple research groups around the world, including at Harvard IACS.
http://pypi.org/project/neurodiffeq/
MIT License
691 stars 90 forks source link

V0.5.0 #139

Closed shuheng-liu closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #139 (a950ca8) into master (707779a) will increase coverage by 0.08%. The diff coverage is 81.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   84.20%   84.28%   +0.08%     
==========================================
  Files          22       22              
  Lines        3475     3520      +45     
==========================================
+ Hits         2926     2967      +41     
- Misses        549      553       +4     
Impacted Files Coverage Δ
neurodiffeq/solvers.py 85.00% <76.92%> (+0.42%) :arrow_up:
neurodiffeq/callbacks.py 94.23% <82.92%> (-1.83%) :arrow_down:
neurodiffeq/losses.py 62.50% <0.00%> (+12.50%) :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 707779a...a950ca8. Read the comment docs.