Skip to content

Commit

Permalink
abs import 5
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
coxipi and Zeitsperre authored Nov 6, 2024
1 parent 7b642aa commit d7eec99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xsdba/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from scipy.stats import spearmanr
from xarray.core.utils import get_temp_dimname

from .base import Grouper, _interpolate_doy_calendar, ensure_chunk_size, parse_group
from .nbutils import _extrapolate_on_quantiles
from xsdba.base import Grouper, _interpolate_doy_calendar, ensure_chunk_size, parse_group
from xsdba.nbutils import _extrapolate_on_quantiles

MULTIPLICATIVE = "*"
ADDITIVE = "+"
Expand Down

0 comments on commit d7eec99

Please sign in to comment.