Skip to content

Commit 25ed32b

Browse files
committed
ExtremeValues added & tests & formatting
1 parent 00ba549 commit 25ed32b

File tree

11 files changed

+566
-511
lines changed

11 files changed

+566
-511
lines changed

environment-dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies:
1313
- scipy
1414
- numba
1515
- numpy<2.0 # to accomodate numba
16-
- cf_xarray # to accomodate numba
1716
- pint
1817
- statsmodels
1918
- yamale
19+
- bottleneck
2020

2121
# Dev tools and testing
2222
- pip >=24.0
@@ -38,3 +38,6 @@ dependencies:
3838
- pre-commit >=3.5.0
3939
- ruff >=0.5.0
4040
- xdoctest
41+
- h5netcdf
42+
- netcdf4
43+
- cf_xarray # to accomodate numba

src/xsdba/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# , adjustment
3535
# from . import adjustment, base, detrending, measures, processing, properties, utils
36-
# from .adjustment import *
36+
from .adjustment import *
3737
from .base import Grouper
3838
from .options import set_options
3939

0 commit comments

Comments
 (0)