Skip to content

Commit

Permalink
fix error in shearstrain nb
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvoet committed Nov 30, 2023
1 parent e67886a commit 9a6b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shearstrain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
" (\n",
" [np.min(depth_bin) - dz / 2],\n",
" 0.5 * (depth_bin[1:] + depth_bin[:-1]),\n",
" [np.max(depth_bin) - dz / 2],\n",
" [np.max(depth_bin) + dz / 2],\n",
" )\n",
")\n",
"fig, ax = plt.subplots(nrows=1, ncols=2, figsize=(6, 4), sharey=True, constrained_layout=True)\n",
Expand Down

0 comments on commit 9a6b1b9

Please # to comment.