Skip to content

Commit

Permalink
Update FlorisInterface reg test with 3x3 grid
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 6, 2023
1 parent 6a449fe commit 8dade24
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/reg_tests/floris_interface_regression_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
[
# 8 m/s
[
[7.9803783, 0.7634300, 1695368.7987130, 0.2568077],
[7.9803783, 0.7634300, 1695368.7987130, 0.2568077],
[7.9803783, 0.7634300, 1695368.7987130, 0.2568077],
[7.9736330, 0.7636044, 1691326.6483808, 0.2568973],
[7.9736330, 0.7636044, 1691326.6483808, 0.2568973],
[7.9736330, 0.7636044, 1691326.6483808, 0.2568973],
],
# 9 m/s
[
[8.9779256, 0.7625731, 2413658.0981405, 0.2563676],
[8.9779256, 0.7625731, 2413658.0981405, 0.2563676],
[8.9779256, 0.7625731, 2413658.0981405, 0.2563676],
[8.9703371, 0.7625570, 2407841.6718785, 0.2563594],
[8.9703371, 0.7625570, 2407841.6718785, 0.2563594],
[8.9703371, 0.7625570, 2407841.6718785, 0.2563594],
],
# 10 m/s
[
[9.9754729, 0.7527803, 3306006.2306084, 0.2513940],
[9.9754729, 0.7527803, 3306006.2306084, 0.2513940],
[9.9754729, 0.7527803, 3306006.2306084, 0.2513940],
[9.9670412, 0.7529384, 3298067.1555604, 0.2514735],
[9.9670412, 0.7529384, 3298067.1555604, 0.2514735],
[9.9670412, 0.7529384, 3298067.1555604, 0.2514735],
],
# 11 m/s
[
[10.9730201, 0.7304328, 4373596.1594956, 0.2404007],
[10.9730201, 0.7304328, 4373596.1594956, 0.2404007],
[10.9730201, 0.7304328, 4373596.1594956, 0.2404007],
[10.9637454, 0.7306256, 4363191.9880631, 0.2404936],
[10.9637454, 0.7306256, 4363191.9880631, 0.2404936],
[10.9637454, 0.7306256, 4363191.9880631, 0.2404936],
],
]
)
Expand Down

0 comments on commit 8dade24

Please sign in to comment.