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 a829446 + 42c87bf commit 83136f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmf_regrid/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class Constants:
class Method(Enum): #metaclass=MethodMeta)
class Method(Enum): # metaclass=MethodMeta)
CONSERVATIVE = esmpy.RegridMethod.CONSERVE
BILINEAR = esmpy.RegridMethod.BILINEAR
NEAREST = esmpy.RegridMethod.NEAREST_STOD
Expand Down

0 comments on commit 83136f5

Please sign in to comment.