Skip to content

Commit

Permalink
quick fix in numpy notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mnfienen committed Jan 24, 2024
1 parent d1508f3 commit 693735a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions notebooks/part0_python_intro/05_numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1494,8 +1494,8 @@
"metadata": {},
"outputs": [],
"source": [
"c_masked = np.ma.masked_array(c, mask=mask)\n",
"plt.imshow(c_masked)"
"b_masked = np.ma.masked_array(b, mask=mask)\n",
"plt.imshow(b_masked)"
]
},
{
Expand Down Expand Up @@ -1741,13 +1741,6 @@
"\n",
"Make a plot of solute concentration as a function of distance and also as a function of time for different values of velocity and dispersion coefficient."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -1768,9 +1761,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}

0 comments on commit 693735a

Please sign in to comment.