Skip to content

Commit

Permalink
test isort
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Apr 17, 2024
1 parent a9ee649 commit 940b3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_ship/argo_deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import numpy as np
from parcels import (
AdvectionRK4,
FieldSet,
AdvectionRK4,
JITParticle,
ParticleSet,
StatusCode,
Expand All @@ -31,7 +31,7 @@ def argo_deployments(config, argo_time):
fieldset = create_argo_fieldset(config)

# Define the new Kernel that mimics Argo vertical movement
def ArgoVerticalMovement(particle, fieldset, time):
def ArgoVerticalMovement(particle, fieldset, time):

if particle.cycle_phase == 0:
# Phase 0: Sinking with vertical_speed until depth is driftdepth
Expand Down

0 comments on commit 940b3e3

Please sign in to comment.