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
664 stars 87 forks source link

refactor: load eq_param_index of BundleSolvers correctly #212

Open sathvikbhagavan opened 6 months ago

sathvikbhagavan commented 6 months ago

fixes: #211

codecov-commenter commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1b6d8c5) 84.46% compared to head (b90ab42) 84.46%.

Files Patch % Lines
neurodiffeq/solvers.py 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #212 +/- ## ======================================= Coverage 84.46% 84.46% ======================================= Files 21 21 Lines 3695 3695 ======================================= Hits 3121 3121 Misses 574 574 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.