We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093d1fd commit d019f5cCopy full SHA for d019f5c
executorlib/standalone/cache.py
@@ -1,7 +1,6 @@
1
import os
2
3
import cloudpickle
4
-import numpy as np
5
6
group_dict = {
7
"fn": "function",
@@ -25,6 +24,7 @@ def get_cache_data(cache_directory: str) -> list[dict]:
25
24
list[dict]: List of dictionaries each representing on of the HDF5 files in the cache directory.
26
"""
27
import h5py
+ import numpy as np
28
29
file_lst = []
30
for task_key in os.listdir(cache_directory):
0 commit comments