Skip to content

Commit

Permalink
codetools
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed May 29, 2024
1 parent 3d55636 commit 4b6955e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/instruments/test_drifters.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
"""Test the simulation of drifters."""

from virtual_ship.instruments.drifter import simulate_drifters, Drifter
from virtual_ship.instruments import Location
from parcels import FieldSet
import numpy as np
from datetime import timedelta

import numpy as np
from parcels import FieldSet

from virtual_ship.instruments import Location
from virtual_ship.instruments.drifter import Drifter, simulate_drifters


def test_simulate_drifters() -> None:
fieldset = FieldSet.from_data(
Expand Down

0 comments on commit 4b6955e

Please sign in to comment.