Skip to content

Commit ca34f4b

Browse files
committed
Update test_c_twist.py
1 parent 48d9be7 commit ca34f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_c_twist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_c04():
4848
# Pilkey
4949
E = 10
5050
material = {"E": E, "G": E/(2*(1+0.3))}
51-
shape = load_shape("C04", material=material)
51+
shape = load_shape("C04", material=material, mesh_scale=1/25)
5252
shape = shape.translate(-shape.centroid)
5353

5454
sv = SaintVenantSectionAnalysis(shape)

0 commit comments

Comments
 (0)