Skip to content

Commit

Permalink
update test for clt_rectangular_section
Browse files Browse the repository at this point in the history
  • Loading branch information
jchkoch committed Jan 21, 2025
1 parent 1e07fc8 commit d822d96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/section_library/test_timber_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ def test_timber_clt_rectangular_section(get_materials):
timber0, timber90 = get_materials

rect = ts.clt_rectangular_section(
d=[40, 40, 40],
lay_orient=[0, 90, 0],
b=1000,
timb_mat0=timber0,
timb_mat90=timber90,
d=[40, 40, 40], lay_orient=[timber0, timber90, timber0], b=1000
)

# check geometry is created correctly
Expand Down

0 comments on commit d822d96

Please sign in to comment.