Skip to content

Commit

Permalink
"test_params" assertion error because DuneParamMultipleRows can only …
Browse files Browse the repository at this point in the history
…be False
  • Loading branch information
anardek committed May 11, 2024
1 parent 29049e2 commit 80836e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_params/barrier3d-default-parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Dstart: 0.5 # [m]
# Dune crest heights will come from external file; copied for each sequential dune row
DuneParamStart: True
# if DuneParamStart = True, use dune crest heights to populate multiple dune rows with different crest heights
DuneParamMultipleRows: True
DuneParamMultipleRows: False
# Restart height for dunes lowered to essentially zero
DuneRestart: 0.075 # [m]
# Width (cross-shore) of island dune field; for illustration purposes only
Expand Down

1 comment on commit 80836e7

@anardek
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@irbreeves -- take a look at what DuneParamMultipleRows does in the config file. It isn't working when set to "true" -- I spotted this from a failed pytest.

Please sign in to comment.