Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Dec 2, 2024
1 parent 9cfae85 commit 398ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyFV3/stencils/delnflux.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from typing import Optional

import gt4py.cartesian.gtscript as gtscript
import numpy as np
from gt4py.cartesian.gtscript import PARALLEL, computation, horizontal, interval, region

from ndsl import Quantity, QuantityFactory, StencilFactory, orchestrate
from ndsl.constants import X_DIM, X_INTERFACE_DIM, Y_DIM, Y_INTERFACE_DIM, Z_DIM
from ndsl.dsl.stencil import get_stencils_with_varied_bounds
from ndsl.dsl.typing import Float, FloatField, FloatFieldIJ, FloatFieldK
from ndsl.grid import DampingCoefficients
import numpy as np


def calc_damp(damp_c: Quantity, da_min: Float, nord: Quantity) -> Quantity:
Expand Down

0 comments on commit 398ebf3

Please sign in to comment.