We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac060d commit cac5647Copy full SHA for cac5647
sectionproperties/pre/library/bridge_sections.py
@@ -262,10 +262,6 @@ def get_super_t_girder_dims(girder_type):
262
263
key = f"T{girder_type}"
264
265
- # Rather delicious code that assigns the values to the keys as variables
266
- for key, val in girder_dims.items():
267
- exec(key + "=val")
268
-
269
d = girder_dims[key]["d"]
270
t_b = girder_dims[key]["t_b"]
271
t_w = girder_dims[key]["t_w"]
0 commit comments