Skip to content

Commit 0c046f9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1860e80 commit 0c046f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide/examples/explanation_interpolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ particles.temperature = fieldset.temperature[particles]
1616
```
1717

1818
````{note}
19-
The statement above is shorthand for
19+
The statement above is shorthand for
2020
```python
2121
particles.temperature = fieldset.temperature[particles.time, particles.z, particles.lat, particles.lon, particles]
2222
```
23-
where the `particles` argument at the end provides the grid search algorithm with a first guess for the element indices to interpolate on.
23+
where the `particles` argument at the end provides the grid search algorithm with a first guess for the element indices to interpolate on.
2424
2525
If you want to sample at a different location, or time, that is not necessarily close to the particles location, you can use
2626
```python

0 commit comments

Comments
 (0)