Skip to content

Commit

Permalink
Merge pull request #1093 from PCMDI/ao_sperber_patch
Browse files Browse the repository at this point in the history
Shapely patch for metrics with cdat
  • Loading branch information
acordonez committed May 2, 2024
2 parents edb94c9 + c4bf814 commit 3202b9e
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 3202b9e

Please sign in to comment.