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
699 stars 89 forks source link

Adding a Double Ended Boundary Value Problem in 1D #79

Closed jpe17 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #79 (17ce59f) into master (8552bae) will increase coverage by 0.10%. The diff coverage is 92.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   88.36%   88.46%   +0.10%     
==========================================
  Files          17       17              
  Lines        2311     2366      +55     
==========================================
+ Hits         2042     2093      +51     
- Misses        269      273       +4     
Impacted Files Coverage Δ
neurodiffeq/conditions.py 93.33% <92.72%> (-0.20%) :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 8552bae...17ce59f. Read the comment docs.

shuheng-liu commented 3 years ago

Congratulations on the DoubleEndedDirichlet condition Joao! I've merged this one and I'm going to close your previous PR.