Skip to content

Commit

Permalink
add a warning to the danger cell
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-ninja committed Feb 14, 2024
1 parent 095c50e commit 7dbb43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Uncertainty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@
}
],
"source": [
"# Warning: do not interrupt this cell while it is running. Doing so can delete or empty shapefiles that are in the process of being written.\n",
"\n",
"def get_scale(filename, DSASDate, year):\n",
" # Find CSV for AOI\n",
" bits = filename.split(\"/\")\n",
Expand Down Expand Up @@ -4208,7 +4210,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "2.7.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7dbb43c

Please sign in to comment.