Skip to content

Commit

Permalink
Adjust default folding
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergam0t committed Dec 12, 2023
1 parent d46530d commit a5accb6
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions nb_4_full_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"# @markdown ---\n",
"# @markdown ### Overall Emergency Department Settings\n",
"# @markdown #### Set the number of triage bays\n",
"n_triage = 1 # @param {type:\"slider\", min:1, max:10, step:1}\n",
"n_triage = 3 # @param {type:\"slider\", min:1, max:10, step:1}\n",
"# @markdown #### Set the probability that a client arriving is a trauma patient (0 = no-one is a trauma patient, 1 = everyone is a trauma patient)\n",
"prob_trauma = 0.5 # @param {type:\"slider\", min:0, max:1, step:0.01}\n",
"prob_trauma = 0.3 # @param {type:\"slider\", min:0, max:1, step:0.01}\n",
"\n",
"###################################\n",
"\n",
Expand Down Expand Up @@ -132,6 +132,20 @@
"print(\"Setup steps complete\")"
]
},
{
"cell_type": "code",
"source": [
"# @title Total Rooms/Cubicles Allocated\n",
"\n",
"md(\"Total rooms in use is {}\".format(n_cubicles_1+n_cubicles_2+n_exam+n_trauma+n_triage+n_reg))"
],
"metadata": {
"cellView": "form",
"id": "q0W01EzZVBi8"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -265,7 +279,8 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "j5-HCarDn8kG"
"id": "j5-HCarDn8kG",
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -297,7 +312,8 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "jv72nX2-n8kH"
"id": "jv72nX2-n8kH",
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -365,7 +381,8 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "Spiuc7tpz99m"
"id": "Spiuc7tpz99m",
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -490,7 +507,8 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "4Arwemg_1F5d"
"id": "4Arwemg_1F5d",
"cellView": "form"
},
"outputs": [],
"source": [
Expand Down

0 comments on commit a5accb6

Please sign in to comment.