Skip to content

Commit

Permalink
Updated key in residential building recovery notebook (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroc authored Oct 24, 2024
1 parent f6369ff commit fd748f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/residential_building_recovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"outputs": [],
"source": [
"# Retrieve result dataset\n",
"result = res_recovery.get_output_dataset(\"residential_building_recovery\")\n",
"result = res_recovery.get_output_dataset(\"recovery\")\n",
"\n",
"# Convert dataset to Pandas DataFrame\n",
"df = result.get_dataframe_from_csv()\n",
Expand Down

0 comments on commit fd748f1

Please sign in to comment.