Skip to content

Commit b7593f7

Browse files
JWock82JWock82
authored andcommitted
Commented rendering code that caused tests to stall in GitHub Actions
1 parent 649537f commit b7593f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/test_meshes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_shear_wall():
7373

7474
print(f'Stiffness, k = {k} kip/in')
7575

76-
shear_wall.render(combo_name='Stiffness: Roof')
76+
# shear_wall.render(combo_name='Stiffness: Roof')
7777

7878
# Check that the stiffness is as expected
7979
assert round(k) == 1369, 'Failed shear wall stiffness test.'

0 commit comments

Comments
 (0)