Skip to content

Commit

Permalink
Same as last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Sep 3, 2024
1 parent dd3a520 commit 18bca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

from desc.backend import jnp
from desc.basis import FourierZernikeBasis
from desc.compute.utils import dot, safediv
from desc.equilibrium import Equilibrium
from desc.equilibrium.coords import get_rtz_grid
from desc.examples import get
Expand Down Expand Up @@ -53,6 +52,7 @@
from desc.integrals.singularities import _get_quadrature_nodes
from desc.integrals.surface_integral import _get_grid_surface
from desc.transform import Transform
from desc.utils import dot, safediv


class TestSurfaceIntegral:
Expand Down

0 comments on commit 18bca77

Please sign in to comment.