Skip to content

Commit 8517bf6

Browse files
Update tests/v4/test_advection.py
Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent c677708 commit 8517bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v4/test_advection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def test_length1dimensions(u, v, w):
198198
("RK45", 1e-5),
199199
],
200200
)
201-
def test_moving_eddy(method, rtol):
201+
def test_moving_eddy(method, rtol): # TODO: Refactor this test to be more readable
202202
f, u_0, u_g = 1.0e-4, 0.3, 0.04 # Some constants
203203
start_lon, start_lat = 12000, 12500
204204

0 commit comments

Comments
 (0)