Skip to content

Commit

Permalink
Fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Feb 3, 2025
1 parent d5f6bdb commit e6d6aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/understanding_variograms_and_realizations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
" axes.set_xlabel(\"column\")\n",
" axes.set_ylabel(\"row\")\n",
" axes.set_title(\"a random realization of HK\", loc=\"left\")\n",
" plt.show()"
" plt.show()\n",
" del cb"
]
},
{
Expand Down

0 comments on commit e6d6aa1

Please sign in to comment.