Skip to content

Commit 8f05e3e

Browse files
misc
1 parent 365468a commit 8f05e3e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
This Python module contains a collection of different scale- and distribution-based bias adjustment techniques for climatic research (see `/examples/examples.ipynb` for help).
1919

20-
21-
### 📍 For the application of bias corrections on *lage data sets* it is recomanded to use the C++ tool [BiasAdjustCXX](https://github.com/btschwertfeger/Bias-Adjustment-Cpp) since bias corrections are complex statistical transformation which are very slow in Python compared to the C++ implementation.
20+
### 📍 For the application of bias corrections on _lage data sets_ it is recomanded to use the C++ tool [BiasAdjustCXX](https://github.com/btschwertfeger/Bias-Adjustment-Cpp) since bias corrections are complex statistical transformation which are very slow in Python compared to the C++ implementation.
2221

2322
---
2423

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
xarray>=2022.11.0
21
netCDF4>=1.6.1
32
numpy
4-
tqdm
3+
tqdm
4+
xarray>=2022.11.0

0 commit comments

Comments
 (0)