Skip to content

Commit

Permalink
[geom] Fix _mesh.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Holl committed Jan 4, 2025
1 parent b9cb9de commit 4e5d3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phi/geom/_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
from phiml.math import to_format, is_sparse, non_channel, non_batch, batch, pack_dims, unstack, tensor, si2d, non_dual, nonzero, stored_indices, stored_values, scatter, \
find_closest, sqrt, where, vec_normalize, argmax, broadcast, zeros, EMPTY_SHAPE, meshgrid, mean, reshaped_numpy, range_tensor, convolve, \
assert_close, shift, pad, extrapolation, sum as sum_, dim_mask, math, Tensor, Shape, channel, shape, instance, dual, rename_dims, expand, spatial, wrap, sparse_tensor, \
stack, vec_length, tensor_like, pairwise_distances, concat, Extrapolation, dsum, reshaped_tensor, dmean
stack, tensor_like, pairwise_distances, concat, Extrapolation, dsum, reshaped_tensor, dmean
from phiml.dataclasses import getitem, replace
from phiml.math._sparse import CompactSparseTensor
from phiml.math.extrapolation import as_extrapolation, PERIODIC
from phiml.math.magic import slicing_dict

from ._geom import Geometry, Point, NoGeometry
from ._box import Box, BaseBox, bounding_box
from ._functions import plane_sgn_dist, cross
from ._functions import plane_sgn_dist, cross, vec_length
from ._graph import Graph, graph
from ._transform import scale

Expand Down

0 comments on commit 4e5d3b2

Please sign in to comment.