Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Jan 3, 2025
1 parent d5cf1f2 commit 4b545a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controller_dependent_operation_model_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def test_CpCt_data_consistency():
def test_CpCt_warning(caplog):
yaml_file = Path(__file__).resolve().parent / "data" / "input_full.yaml"
fmodel = FlorisModel(configuration=yaml_file)

with caplog.at_level(logging.WARNING):
fmodel.set_operation_model("controller-dependent")
assert "demonstration purposes only" in caplog.text
Expand Down

0 comments on commit 4b545a8

Please sign in to comment.