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.5.0 #142

Closed shuheng-liu closed 2 years ago

shuheng-liu commented 2 years ago

Minor updates to v0.5.0

codecov-commenter commented 2 years ago

Codecov Report

Merging #142 (0a59041) into master (a950ca8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   84.28%   84.29%           
=======================================
  Files          22       22           
  Lines        3520     3521    +1     
=======================================
+ Hits         2967     2968    +1     
  Misses        553      553           
Impacted Files Coverage Δ
neurodiffeq/monitors.py 91.72% <100.00%> (+0.01%) :arrow_up:

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 a950ca8...0a59041. Read the comment docs.