Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Feb 22, 2024
1 parent c9c5d3c commit 131df5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pcmdi_metrics/io/xcdat_dataset_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def select_subset(
lat_tuple = (30, 50) # Latitude range
lon_tuple = (110, 130) # Longitude range
time_tuple = ("1850-01-01 00:00:00", "1851-12-31 23:59:59") # Time range
# Load your xarray dataset (ds) here
# Select subset based on specified ranges
Expand Down
1 change: 0 additions & 1 deletion pcmdi_metrics/variability_mode/lib/lib_variability_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from time import gmtime, strftime
from typing import Union

import cftime
import numpy as np
import xarray as xr
import xcdat as xc
Expand Down

0 comments on commit 131df5c

Please sign in to comment.