Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed May 29, 2024
1 parent b3593af commit 3285062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/instruments/test_argo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_simulate_argo_floats() -> None:
DRIFT_DEPTH = -1000
MAX_DEPTH = -2000
VERTICLE_SPEED = -0.10
VERTICAL_SPEED = -0.10
CYCLE_DAYS = 10
DRIFT_DAYS = 9

Expand All @@ -34,7 +34,7 @@ def test_simulate_argo_floats() -> None:
min_depth=min_depth,
max_depth=MAX_DEPTH,
drift_depth=DRIFT_DEPTH,
vertical_speed=VERTICLE_SPEED,
vertical_speed=VERTICAL_SPEED,
cycle_days=CYCLE_DAYS,
drift_days=DRIFT_DAYS,
)
Expand Down

0 comments on commit 3285062

Please sign in to comment.