Skip to content

Commit 48b8880

Browse files
committed
move test drifters away from domain edge
1 parent 7adcd94 commit 48b8880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/instruments/test_drifter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_simulate_drifters(tmpdir) -> None:
3939
drifters = [
4040
Drifter(
4141
spacetime=Spacetime(
42-
location=Location(latitude=0.05, longitude=0.05),
42+
location=Location(latitude=0.5, longitude=0.5),
4343
time=base_time + datetime.timedelta(days=0),
4444
),
4545
depth=0.0,

0 commit comments

Comments
 (0)