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
702 stars 90 forks source link

Optional single net #32

Closed feiyu-chen96 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.43%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage    94.6%   94.16%   -0.44%     
==========================================
  Files           6        6              
  Lines         741      771      +30     
==========================================
+ Hits          701      726      +25     
- Misses         40       45       +5
Impacted Files Coverage Δ
neurodiffeq/networks.py 100% <100%> (ø) :arrow_up:
neurodiffeq/pde.py 93.92% <89.24%> (-1.28%) :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 e7b2d70...11b01af. Read the comment docs.