Skip to content

Commit 1361bd4

Browse files
committed
revert init
1 parent 6b9192e commit 1361bd4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

ezyrb/parallel/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717

1818
from .reduction import Reduction
1919
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
20+
from .ae import AE
21+
from .ae_eddl import AE_EDDL
2622
from .approximation import Approximation
2723
from .rbf import RBF
2824
from .linear import Linear

0 commit comments

Comments
 (0)