Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python3.13 #2054

Merged
merged 17 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into support-python313
  • Loading branch information
Zeitsperre authored Jan 24, 2025
commit 13fe9a6b22894705226eeff564a8e38afdc2af4e
10 changes: 2 additions & 8 deletions tests/test_sdba/conftest.py
Original file line number Diff line number Diff line change
@@ -105,14 +105,8 @@ def qds_month():


@pytest.fixture
def ref_hist_sim_tuto(socket_enabled): # noqa: F841
"""
Return ref, hist, sim time series of air temperature.

socket_enabled is a fixture that enables the use of the internet to download the tutorial dataset while the
`--disable-socket` flag has been called. This fixture will crash if the `air_temperature` tutorial file is
not on disk while the internet is unavailable.
"""
def ref_hist_sim_tuto():
"""Return ref, hist, sim time series of air temperature."""

def _ref_hist_sim_tuto(sim_offset=3, delta=0.1, smth_win=3, trend=True):
ds = xr.tutorial.load_dataset("air_temperature")
You are viewing a condensed version of this merge commit. You can view the full changes here.