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

Implementing a MeshGenerator #127

Closed at-chantada closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #127 (2ca5cc5) into master (9722eab) will increase coverage by 0.01%. The diff coverage is 82.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   89.99%   90.01%   +0.01%     
==========================================
  Files          18       18              
  Lines        2869     2903      +34     
==========================================
+ Hits         2582     2613      +31     
- Misses        287      290       +3     
Impacted Files Coverage Δ
neurodiffeq/solvers.py 87.98% <0.00%> (-0.53%) :arrow_down:
neurodiffeq/generators.py 94.15% <96.96%> (+0.21%) :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 9722eab...2ca5cc5. Read the comment docs.