Skip to content

Commit 53b68c3

Browse files
committed
only index along month
1 parent 35ff965 commit 53b68c3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/agnostic/pint.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,9 @@ or raise on incompatible units:
8484
---
8585
tags: [raises-exception]
8686
---
87-
quantified.sel(
88-
month=ureg.Quantity(10, "m"),
89-
level=200,
90-
)
87+
quantified.sel(month=ureg.Quantity(10, "m"))
9188
```
9289

93-
(`pint` considers values without units as "dimensionless")
94-
9590
### Numerical operations
9691

9792
We can also perform numerical operations, like integration:

0 commit comments

Comments
 (0)