Skip to content

Commit

Permalink
Merge branch 'test' of github.com:ESadek-MO/iris-esmf-regrid into test
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Aug 21, 2023
2 parents ea0a8ed + e373441 commit 8df0593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esmf_regrid/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

class Constants:
"""Encompassing class for best practice import."""

class Method(Enum):
"""holds enums for Method values."""

CONSERVATIVE = esmpy.RegridMethod.CONSERVE
BILINEAR = esmpy.RegridMethod.BILINEAR
NEAREST = esmpy.RegridMethod.NEAREST_STOD
Expand Down

0 comments on commit 8df0593

Please sign in to comment.