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

ci: setup GHA workflow #210

Closed sathvikbhagavan closed 7 months ago

sathvikbhagavan commented 7 months ago

A couple of monitor tests are failing. I am not sure whats happening there. @shuheng-liu any ideas?

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (ec1ddea) 84.84% compared to head (abece29) 84.46%. Report is 53 commits behind head on master.

Files Patch % Lines
neurodiffeq/solvers_utils.py 9.37% 29 Missing :warning:
neurodiffeq/solvers.py 52.38% 20 Missing :warning:
neurodiffeq/utils.py 66.66% 4 Missing :warning:
neurodiffeq/conditions.py 97.29% 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 #210 +/- ## ========================================== - Coverage 84.84% 84.46% -0.38% ========================================== Files 22 21 -1 Lines 3609 3695 +86 ========================================== + Hits 3062 3121 +59 - Misses 547 574 +27 ```

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