Skip to content

Commit 0d6b57f

Browse files
committed
bugfix
1 parent 7696c85 commit 0d6b57f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

benchmarks/bench.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ def test_benchmark_het_set(benchmark):
9595
# east/west flow with 0 turbine closer to bottom and
9696
# turbine 1 closer to top
9797
benchmark(
98-
fmodel.set(
99-
wind_data=time_series,
100-
layout_x=[250.0, 250.0],
101-
layout_y=[100.0, 400.0],
102-
)
98+
fmodel.set,
99+
wind_data=time_series,
100+
layout_x=[250.0, 250.0],
101+
layout_y=[100.0, 400.0],
103102
)
104103

105104

0 commit comments

Comments
 (0)