Skip to content

Commit 310a133

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8fcfbde commit 310a133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user_guide/examples/explanation_kernelloop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ plt.plot(advection_then_wind.lon.T, advection_then_wind.lat.T, "--", c="k", alph
137137
plt.show()
138138
```
139139

140-
```{warning}
140+
```{warning}
141141
It is better not to update `particles.lon` directly in a Kernel, as it can interfere with the loop above. Assigning a value to `particles.lon` in a Kernel will throw a warning.
142142
143143
Instead, update the local variable `particles.dlon`.
144-
```
144+
```

0 commit comments

Comments
 (0)