From 1d762525ff15eaa885c74f2fc0617cc773ac6532 Mon Sep 17 00:00:00 2001 From: Chris Navarro Date: Tue, 11 Jun 2024 11:42:04 -0500 Subject: [PATCH] Updated mean_dmg.ipynb notebook for building nonstructural damage changes (#407) --- notebooks/mean_dmg.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/notebooks/mean_dmg.ipynb b/notebooks/mean_dmg.ipynb index 68bb892c..03ceae14 100644 --- a/notebooks/mean_dmg.ipynb +++ b/notebooks/mean_dmg.ipynb @@ -330,7 +330,7 @@ "md.set_input_dataset(\"damage\", non_structural_building_damage_result)\n", "md.load_remote_input_dataset(\"dmg_ratios\", \"5a284f2ec7d30d13bc08207c\")\n", "md.set_parameter(\"result_name\", \"non_structural_mean_damage_AS\")\n", - "md.set_parameter(\"damage_interval_keys\", [\"AS_DS_0\", \"AS_DS_1\", \"AS_DS_2\", \"AS_DS_3\"])\n", + "md.set_parameter(\"damage_interval_keys\", [\"DS_0\", \"DS_1\", \"DS_2\", \"DS_3\"])\n", "md.set_parameter(\"num_cpu\", 1)\n", "md.run_analysis()\n" ] @@ -352,7 +352,7 @@ "md.set_input_dataset(\"damage\", non_structural_building_damage_result)\n", "md.load_remote_input_dataset(\"dmg_ratios\", \"5a284f2ec7d30d13bc082090\")\n", "md.set_parameter(\"result_name\", \"non_structural_mean_damage_DS\")\n", - "md.set_parameter(\"damage_interval_keys\", [\"DS_DS_0\", \"DS_DS_1\", \"DS_DS_2\", \"DS_DS_3\"])\n", + "md.set_parameter(\"damage_interval_keys\", [\"DS_0\", \"DS_1\", \"DS_2\", \"DS_3\"])\n", "md.set_parameter(\"num_cpu\", 1)\n", "md.run_analysis()\n" ] @@ -374,7 +374,7 @@ "md.set_input_dataset(\"damage\", non_structural_building_damage_result)\n", "md.load_remote_input_dataset(\"dmg_ratios\", \"5a284f2ec7d30d13bc082086\")\n", "md.set_parameter(\"result_name\", \"non_structural_mean_damage_Content\")\n", - "md.set_parameter(\"damage_interval_keys\", [\"AS_DS_0\", \"AS_DS_1\", \"AS_DS_2\", \"AS_DS_3\"])\n", + "md.set_parameter(\"damage_interval_keys\", [\"DS_0\", \"DS_1\", \"DS_2\", \"DS_3\"])\n", "md.set_parameter(\"num_cpu\", 1)\n", "md.run_analysis()\n" ] @@ -398,7 +398,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -412,9 +412,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.19" } }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}