Skip to content

Commit

Permalink
wip: trying to see if it's the filecache
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 15, 2024
1 parent b39d495 commit b236524
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pymorize/gather_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,7 @@ def load_mfdataset(data, rule_spec):
logger.debug(f"Loading {len(all_files)} files...")
for f in all_files:
logger.debug(f" * {f}")
mf_ds = xr.open_mfdataset(
all_files, parallel=True, use_cftime=True, preprocess=register_cache
)
mf_ds = xr.open_mfdataset(all_files, parallel=True, use_cftime=True)
return mf_ds


Expand Down

0 comments on commit b236524

Please sign in to comment.