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

V0.4.0 #123

Closed shuheng-liu closed 3 years ago

shuheng-liu commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #123 (158cc2a) into master (771f508) will increase coverage by 1.66%. The diff coverage is 64.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   88.33%   89.99%   +1.66%     
==========================================
  Files          17       18       +1     
  Lines        2855     2869      +14     
==========================================
+ Hits         2522     2582      +60     
+ Misses        333      287      -46     
Impacted Files Coverage Δ
neurodiffeq/pde.py 83.94% <0.00%> (ø)
neurodiffeq/utils.py 42.85% <6.66%> (-27.15%) :arrow_down:
neurodiffeq/losses.py 50.00% <50.00%> (ø)
neurodiffeq/solvers.py 88.51% <90.90%> (+17.04%) :arrow_up:
neurodiffeq/ode.py 83.67% <100.00%> (ø)
neurodiffeq/operators.py 100.00% <100.00%> (ø)

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 771f508...158cc2a. Read the comment docs.