From d822d96d51beeeec4f95635597d2d78b61a51fca Mon Sep 17 00:00:00 2001 From: jchkoch Date: Tue, 21 Jan 2025 13:16:27 -0700 Subject: [PATCH] update test for clt_rectangular_section --- tests/section_library/test_timber_sections.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/section_library/test_timber_sections.py b/tests/section_library/test_timber_sections.py index fcee172f..c6068176 100644 --- a/tests/section_library/test_timber_sections.py +++ b/tests/section_library/test_timber_sections.py @@ -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