We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adcd94 commit 48b8880Copy full SHA for 48b8880
1 file changed
tests/instruments/test_drifter.py
@@ -39,7 +39,7 @@ def test_simulate_drifters(tmpdir) -> None:
39
drifters = [
40
Drifter(
41
spacetime=Spacetime(
42
- location=Location(latitude=0.05, longitude=0.05),
+ location=Location(latitude=0.5, longitude=0.5),
43
time=base_time + datetime.timedelta(days=0),
44
),
45
depth=0.0,
0 commit comments