Skip to content

Commit 714e7e5

Browse files
committed
__all__ in tasmanian doesnt need definition if we'll never do: from libensemble.gen_funcs.persistent_tasmanian import *
1 parent fa951d7 commit 714e7e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libensemble/gen_funcs/persistent_tasmanian.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from libensemble.tools import parse_args
1111
from libensemble.tools.persistent_support import PersistentSupport
1212

13-
__all__ = [
14-
"sparse_grid_batched",
15-
"sparse_grid_async",
16-
]
13+
# __all__ = [
14+
# "sparse_grid_batched",
15+
# "sparse_grid_async",
16+
# ]
1717

1818

1919
def lex_le(x, y, tol=1e-12):

0 commit comments

Comments
 (0)