1 parent 3c828df commit c5498d5Copy full SHA for c5498d5
1 file changed
xbout/load.py
@@ -314,7 +314,6 @@ def is_netcdf_collection(datapath):
314
# All files are NetCDF and all in the same directory
315
# Lazyload only opens one file and infers file layout from that
316
317
- print(f"Lazily opening dataset at {dataset_dir}")
318
ds = lazyload.lazy_open_boutdataset(
319
dataset_dir,
320
keep_xboundaries=keep_xboundaries,
0 commit comments