This commit is contained in:
Paul Müller 2015-02-12 12:11:09 +01:00
parent cd9409b6f1
commit f99bfee36c

View file

@ -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))