Skip to content

Commit

Permalink
refactor: move measurement_type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Dec 7, 2023
1 parent d80ee93 commit 56ebfde
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/NBxxxxx_SBRA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@
"# ** monumental\n",
"# Has the building structure a monumental status. Based on the SBR A table 10.3.\n",
"# Accepted values: [\"False\", \"True\" ]\n",
"monumental = False"
"monumental = False\n",
"\n",
"# ** measurement_type\n",
"# Type of measurement based on the SBR A table 9.2.\n",
"# Accepted values: [\"indicative\", \"limited\", \"extensive\" ]\n",
"measurement_type = \"extensive\""
]
},
{
Expand Down Expand Up @@ -267,11 +272,6 @@
"# 0% wanneer slagkracht berekend obv conusweerstand.\n",
"force_reduction = 5\n",
"\n",
"# ** measurement_type\n",
"# Type of measurement based on the SBR A table 9.2.\n",
"# Accepted values: [\"indicative\", \"limited\", \"extensive\" ]\n",
"measurement_type = \"extensive\"\n",
"\n",
"# ** methode_safety_factor\n",
"# Parameter that indicated how the safety factor is calculated.\n",
"# Accepted values: [\"CUR\", \"exact\" ]\n",
Expand Down

0 comments on commit 56ebfde

Please sign in to comment.