Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Aug 21, 2023
2 parents 9c3fe01 + cca232d commit a5e0add
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions esmf_regrid/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@


class Constants:
# # used to ovveride AtrributeError into NotImplementedError
# class MethodMeta(EnumMeta):
# def __getattr__(self, name):
# try:
# super().__getattribute__(name)
# except AttributeError:
# raise NotImplementedError("The method you have chosen hasn't been implemented yet. "
# "Must be a member of the Method enum.")

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

0 comments on commit a5e0add

Please sign in to comment.