Skip to content

Commit

Permalink
temp deactivate time_size checks for OTC/dOTC
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Nov 28, 2024
1 parent f55c64b commit 68cbb8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xclim/sdba/adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,8 @@ class OTC(Adjust):
"""

_allow_diff_calendars = False
_allow_diff_time_sizes = False
# TODO: uncomment after fixing OTC/dOTC, next PR
# _allow_diff_time_sizes = False

@classmethod
def _adjust(
Expand Down Expand Up @@ -1591,7 +1592,8 @@ class dOTC(Adjust):
"""

_allow_diff_calendars = False
_allow_diff_time_sizes = False
# TODO: uncomment after fixing OTC/dOTC, next PR
# _allow_diff_time_sizes = False

@classmethod
def _adjust(
Expand Down

0 comments on commit 68cbb8d

Please sign in to comment.