Skip to content
Snippets Groups Projects
Commit fbfa5f6d authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update test_xrsite.py

parent 2015cd0d
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ def test_neighbour_farm_speed():
([100, 110, 120], range(5, 25), [9, 10, 11], 110, [11.5, 12.5], [10]),
([100, 110, 120], range(5, 25), [9, 10, 11], 110, [11.5, 12.5], [10]),
([100, 110, 120], range(5, 25), [9, 10, 11], 110, [11.5, 12.5], [9.8, 10.2]),
][4:5])
])
def test_interp(h, wd, ws, h_i, wd_l, ws_k):
ds = xr.Dataset({
'TI': 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment