We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd4fb0 commit 6ae28f3Copy full SHA for 6ae28f3
torchdyn/numerics/odeint.py
@@ -14,7 +14,6 @@
14
Functional API of ODE integration routines, with specialized functions for different options
15
`odeint` and `odeint_mshooting` prepare and redirect to more specialized routines, detected automatically.
16
"""
17
-from inspect import getargspec
18
from typing import List, Tuple, Union, Callable, Dict, Iterable
19
from warnings import warn
20
0 commit comments