mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 18:01:38 -05:00
yat
This commit is contained in:
parent
cd9409b6f1
commit
f99bfee36c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import warnings
|
|||
|
||||
try:
|
||||
from scipy.integrate import ode
|
||||
except ImportError:
|
||||
except ImportError as e:
|
||||
warnings.warn("Submodule 'ode_wrapper' will not work. Reason: {}.".format(e))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue