From d932c2682973e9a960ca577c531ae04fefb4cfc7 Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Tue, 23 Apr 2024 11:35:56 +0200 Subject: [PATCH] docs: remove temporary savefile --- docs/tutorials/understanding_21cmsense.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/understanding_21cmsense.ipynb b/docs/tutorials/understanding_21cmsense.ipynb index f194ef5..460b0b4 100644 --- a/docs/tutorials/understanding_21cmsense.ipynb +++ b/docs/tutorials/understanding_21cmsense.ipynb @@ -1006,8 +1006,7 @@ } ], "source": [ - "sensitivity.plot_sense_2d(sense_2d)\n", - "plt.savefig(\"../../joss-paper/2dps.pdf\")" + "sensitivity.plot_sense_2d(sense_2d)" ] }, {