Skip to content

Commit

Permalink
Import executor from full path
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 28, 2024
1 parent ccee7e8 commit e33fa6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_cache_executor_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


try:
from executorlib import FileExecutor
from executorlib.cache.executor import FileExecutor

skip_h5py_test = False
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cache_executor_serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from executorlib.standalone.thread import RaisingThread

try:
from executorlib import FileExecutor
from executorlib.cache.executor import FileExecutor
from executorlib.cache.shared import execute_tasks_h5

skip_h5py_test = False
Expand Down

0 comments on commit e33fa6d

Please sign in to comment.