kcelia commited on
Commit
e530681
·
unverified ·
1 Parent(s): 5cff472

chore: add zip path

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -40,7 +40,7 @@ META = {"A": 5, "C": 1059079, "M": 10589, "NW": 100, "CT": 1059, "CTR": 0.1, "WS
40
  BUILD_GENS = [1, 2, 4, 6, 8, 12, 16, 24, 32, 48]
41
 
42
 
43
- def load_pickle_from_zip(zip_path, file_name):
44
  """
45
  Load a pickle file from within a zip archive.
46
  """
 
40
  BUILD_GENS = [1, 2, 4, 6, 8, 12, 16, 24, 32, 48]
41
 
42
 
43
+ def load_pickle_from_zip(file_name, zip_path="data.zip"):
44
  """
45
  Load a pickle file from within a zip archive.
46
  """