try catch when importing solvers.

This commit is contained in:
rowanc1
2014-05-02 15:06:59 -07:00
parent d6210072cd
commit 89d3a72153
+4 -1
View File
@@ -1 +1,4 @@
from Mumps import Mumps
try:
from Mumps import MumpsSolver
except Exception, e:
pass