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

fix bug in H1 and H1-semi loss #150

Closed shuheng-liu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #150 (9eae9ec) into master (7bb802a) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   84.27%   84.46%   +0.19%     
==========================================
  Files          22       22              
  Lines        3522     3522              
==========================================
+ Hits         2968     2975       +7     
+ Misses        554      547       -7     
Impacted Files Coverage Δ
neurodiffeq/solvers.py 85.00% <ø> (ø)
neurodiffeq/losses.py 100.00% <100.00%> (+41.17%) :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 7bb802a...9eae9ec. Read the comment docs.