DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.38k stars 128 forks source link

Quickstart: Fixed training_step `t_span` #176

Closed v-i-s-h closed 1 year ago

v-i-s-h commented 1 year ago

t_span was missing self reference

codecov-commenter commented 1 year ago

Codecov Report

Base: 62.53% // Head: 62.53% // No change to project coverage :thumbsup:

Coverage data is based on head (2ee33e1) compared to base (a71cdcf). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #176 +/- ## ======================================= Coverage 62.53% 62.53% ======================================= Files 27 27 Lines 1879 1879 ======================================= Hits 1175 1175 Misses 704 704 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DiffEqML). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DiffEqML)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.