Skip to content

Commit

Permalink
Merge branch 'main' into acordonez-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
acordonez authored Jan 6, 2025
2 parents fda05f0 + 9856230 commit e34c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/variability_mode/lib/lib_variability_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def read_data_in(
debug: bool = False,
) -> xr.Dataset:
# Open data file
ds = xcdat_open(path)
ds = xcdat_open(path, chunks=None)

# Data QC check -- time axis check
check_monthly_time_axis(ds)
Expand Down

0 comments on commit e34c2b3

Please sign in to comment.