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

Chebyshev nodes for generators #153

Closed shuheng-liu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #153 (f408441) into v0.5.1 (71e98be) will increase coverage by 0.21%. The diff coverage is 98.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v0.5.1     #153      +/-   ##
==========================================
+ Coverage   84.46%   84.68%   +0.21%     
==========================================
  Files          22       22              
  Lines        3522     3566      +44     
==========================================
+ Hits         2975     3020      +45     
+ Misses        547      546       -1     
Impacted Files Coverage Δ
neurodiffeq/generators.py 94.86% <98.00%> (+0.70%) :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 71e98be...f408441. Read the comment docs.