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
680 stars 89 forks source link

Nn generator #147

Closed P-Kshitij closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #147 (3d8720f) into v0.5.0 (2d14c3d) will decrease coverage by 3.54%. The diff coverage is 20.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v0.5.0     #147      +/-   ##
==========================================
- Coverage   84.29%   80.74%   -3.55%     
==========================================
  Files          22       22              
  Lines        3521     3724     +203     
==========================================
+ Hits         2968     3007      +39     
- Misses        553      717     +164     
Impacted Files Coverage Δ
neurodiffeq/losses.py 58.82% <0.00%> (-3.68%) :arrow_down:
neurodiffeq/generators.py 72.99% <17.14%> (-21.16%) :arrow_down:
neurodiffeq/solvers.py 81.88% <38.46%> (-3.12%) :arrow_down:
neurodiffeq/networks.py 86.48% <60.00%> (-2.09%) :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 2d14c3d...3d8720f. Read the comment docs.