Skip to content

Commit 19da0d2

Browse files
Lines Polygons Tutorial: from_footprint's signature has changed
1 parent 7dede02 commit 19da0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/climada_entity_Exposures_polygons_lines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
],
510510
"source": [
511511
"# define hazard\n",
512-
"storms = StormEurope.from_footprints(WS_DEMO_NC, description='test_description')\n",
512+
"storms = StormEurope.from_footprints(WS_DEMO_NC)\n",
513513
"# define impact function\n",
514514
"impf = ImpfStormEurope.from_welker()\n",
515515
"impf_set = ImpactFuncSet([impf])"

0 commit comments

Comments
 (0)