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 649537f commit b7593f7Copy full SHA for b7593f7
Testing/test_meshes.py
@@ -73,7 +73,7 @@ def test_shear_wall():
73
74
print(f'Stiffness, k = {k} kip/in')
75
76
- shear_wall.render(combo_name='Stiffness: Roof')
+ # shear_wall.render(combo_name='Stiffness: Roof')
77
78
# Check that the stiffness is as expected
79
assert round(k) == 1369, 'Failed shear wall stiffness test.'
0 commit comments