Skip to content

Commit

Permalink
write results to file
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-ninja committed Dec 7, 2023
1 parent cfbbe3c commit 32a090f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Uncertainty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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)"
]
},
{
Expand Down

0 comments on commit 32a090f

Please sign in to comment.