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

Minor typo in quickstart.ipynb #207

Closed emptymalei closed 9 months ago

emptymalei commented 10 months ago

In the first example, t_span in the lightning module should be self.t_span

t_span -> self.t_span

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1e8979a) 66.15% compared to head (07ca60e) 65.30%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #207 +/- ## ========================================== - Coverage 66.15% 65.30% -0.86% ========================================== Files 29 29 Lines 2074 2101 +27 ========================================== Hits 1372 1372 - Misses 702 729 +27 ```

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

Zymrael commented 9 months ago

Thanks!