Skip to content

Commit cb63eed

Browse files
committed
updates
1 parent ddf748a commit cb63eed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/lake_model.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,7 @@ Finally, we combine these two paths and plot
11211121

11221122
```{code-cell} ipython3
11231123
# Combine paths
1124-
x_path = jnp.vstack([x_path1, x_path2])
1125-
X_path = jnp.vstack([X_path1, X_path2])
1124+
X_path = jnp.vstack([X_path1, X_path2[1:]])
11261125
11271126
fig, axes = plt.subplots(3, 1, figsize=[10, 9])
11281127

0 commit comments

Comments
 (0)