We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9192e commit 1361bd4Copy full SHA for 1361bd4
1 file changed
ezyrb/parallel/__init__.py
@@ -17,12 +17,8 @@
17
18
from .reduction import Reduction
19
from .pod import POD
20
-try:
21
- from .ae import AE
22
- from .ae_eddl import AE_EDDL
23
-except ImportError:
24
- AE = None
25
- AE_EDDL = None
+from .ae import AE
+from .ae_eddl import AE_EDDL
26
from .approximation import Approximation
27
from .rbf import RBF
28
from .linear import Linear
0 commit comments