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

Track metrics #37

Closed feiyu-chen96 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will decrease coverage by 0.88%. The diff coverage is 93.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   93.81%   92.93%   -0.89%     
==========================================
  Files           6        6              
  Lines         808      863      +55     
==========================================
+ Hits          758      802      +44     
- Misses         50       61      +11
Impacted Files Coverage Δ
neurodiffeq/ode.py 94.69% <93.75%> (-0.26%) :arrow_down:
neurodiffeq/pde.py 91.58% <94%> (-2.39%) :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 d34e16b...9bf29d5. Read the comment docs.