Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jan 25, 2025
1 parent e3d0c71 commit bfbe160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evaltools/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import pandas as pd
from warnings import warn

from .utils import iid_to_dict, dict_to_iid, mask_with_sftlf, add_bounds
from .utils import iid_to_dict, dict_to_iid
from .eval import mask_with_sftlf, add_bounds

xarray_open_kwargs = {"use_cftime": True, "decode_coords": "all", "chunks": None}
time_range_default = slice("1979", "2020")
Expand Down

0 comments on commit bfbe160

Please sign in to comment.