Skip to content

Commit 74110e2

Browse files
authored
Add CFIntervalIndex (#23)
1 parent b63f78a commit 74110e2

File tree

6 files changed

+3840
-4
lines changed

6 files changed

+3840
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ repos:
3939
- id: nbstripout
4040
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
4141
files: ^docs/
42+
exclude: cfinterval.ipynb
4243

4344
- repo: https://github.com/codespell-project/codespell
4445
rev: v2.4.1
4546
hooks:
4647
- id: codespell
47-
files: ^rolodex/
4848
additional_dependencies:
4949
- tomli
5050

docs/agnostic/pint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Learn more at the [pint-xarray](https://pint-xarray.readthedocs.io/en/latest/) d
3535
First we open the dataset, fill in missing `units` attributes, and calculate the length of the vectors for later:
3636

3737
```{code-cell} python
38+
%xmode minimal
3839
import numpy as np
3940
import xarray as xr
4041

0 commit comments

Comments
 (0)