Skip to content

Commit

Permalink
Debug: float/int instead of string for MassRatio's args.
Browse files Browse the repository at this point in the history
  • Loading branch information
louisleroy5 committed Jun 3, 2020
1 parent b54bcf5 commit 79df20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@ def test_create_umi_template(config):
WindowConstructions = [window]

# Structure definition
mass_ratio = ar.MassRatio(Material=plywood, NormalRatio="NormalRatio")
mass_ratio = ar.MassRatio(Material=plywood, NormalRatio=1, HighLoadRatio=1)
struct_definition = ar.StructureDefinition(
Name="Structure", MassRatios=[mass_ratio]
)
Expand Down

0 comments on commit 79df20a

Please sign in to comment.