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.1 #130

Closed shuheng-liu closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #130 (b788788) into master (3504bc4) will decrease coverage by 0.07%. The diff coverage is 87.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   90.01%   89.93%   -0.08%     
==========================================
  Files          18       18              
  Lines        2903     2940      +37     
==========================================
+ Hits         2613     2644      +31     
- Misses        290      296       +6     
Impacted Files Coverage Δ
neurodiffeq/solvers.py 87.56% <76.92%> (-0.42%) :arrow_down:
neurodiffeq/monitors.py 90.48% <90.90%> (-0.28%) :arrow_down:
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 3504bc4...b788788. Read the comment docs.