Skip to content

Commit

Permalink
Updated mean_dmg.ipynb notebook for building nonstructural damage cha…
Browse files Browse the repository at this point in the history
…nges (#407)
  • Loading branch information
navarroc authored Jun 11, 2024
1 parent 68c16ba commit 1d76252
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/mean_dmg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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"
]
Expand All @@ -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"
]
Expand All @@ -398,7 +398,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -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
}
}

0 comments on commit 1d76252

Please sign in to comment.