Skip to content

Commit

Permalink
PASSED: test_adjustment.py (except internet/open_dataset)
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Jul 29, 2024
1 parent f3b6b99 commit 2666314
Show file tree
Hide file tree
Showing 11 changed files with 3,697 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: xsdba Testing Suite

env:
XCLIM_TESTDATA_BRANCH: v2023.12.14

on:
push:
branches:
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ dev = [
"coverage >=7.5.0",
"coveralls >=4.0.0",
"mypy",
"netcdf4",
"h5",
"numpydoc >=1.7.0",
"pytest >=8.2.2",
"pytest-cov >=5.0.0",
Expand Down Expand Up @@ -239,8 +241,11 @@ checks = [
"GL01",
"GL08",
"PR01",
"PR02", #
"PR04", #
"PR07",
"PR08",
"PR10", #
"RT01",
"RT03",
"SA01",
Expand Down Expand Up @@ -303,7 +308,8 @@ ignore = [
"N803",
"N806",
"PTH123",
"S310"
"S310",
"PERF401" # don't force list comprehensions
]
preview = true
select = [
Expand Down
2 changes: 1 addition & 1 deletion src/xsdba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from __future__ import annotations

from . import base, detrending, processing, units, utils
from . import adjustment, base, detrending, processing, testing, units, utils

# , adjustment
# from . import adjustment, base, detrending, measures, processing, properties, utils
Expand Down
Loading

0 comments on commit 2666314

Please sign in to comment.