Skip to content

Commit

Permalink
Merge branch 'main' into feature/1084_lee1043_MJO-xcdat
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed May 2, 2024
2 parents a56b94c + 3202b9e commit f781c20
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pcmdi_metrics/enso/enso_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
import sys
import time

# isort: off
import shapely # noqa: F401

# isort: on
import cdms2
from EnsoMetrics.EnsoCollectionsLib import (
CmipVariables,
Expand Down
4 changes: 4 additions & 0 deletions pcmdi_metrics/monsoon_sperber/driver_monsoon_sperber.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
from glob import glob
from shutil import copyfile

# isort: off
import shapely # noqa: F401

# isort: on
import cdms2
import cdtime
import cdutil
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import glob
import os

# isort: off
import shapely # noqa: F401

# isort: on
import MV2 as MV
import xarray as xr

Expand Down

0 comments on commit f781c20

Please sign in to comment.