From 32a090fe8d92a625927c1b602676dd93076a54c3 Mon Sep 17 00:00:00 2001 From: Nick Young Date: Thu, 7 Dec 2023 14:21:45 +1300 Subject: [PATCH] write results to file --- Uncertainty.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Uncertainty.ipynb b/Uncertainty.ipynb index 42884ef..eab81c3 100644 --- a/Uncertainty.ipynb +++ b/Uncertainty.ipynb @@ -188,13 +188,13 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "7edd3367318a4f709ad98f6b3385216c", + "model_id": "3c46e4dce481464d8ccfd891596dfafd", "version_major": 2, "version_minor": 0 }, @@ -420,7 +420,7 @@ " shapefile.loc[i, \"Total_UNCY\"] = Et\n", " # display(shapefile)\n", " # To write results back to file:\n", - " # shapefile.to_file(filename)" + " shapefile.to_file(filename)" ] }, {