Skip to content

Commit

Permalink
[Φ] Add Tensor to standard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Apr 20, 2022
1 parent 50a3621 commit dc88dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .physics import fluid, flip, advect, diffuse

# Classes
from .math import DType, Solve
from .math import Tensor, DType, Solve
from .geom import Geometry, Sphere, Box, Cuboid
from .field import Grid, CenteredGrid, StaggeredGrid, GeometryMask, SoftGeometryMask, HardGeometryMask, Noise, PointCloud, Scene
from .vis import view, Viewer, control
Expand Down

0 comments on commit dc88dca

Please sign in to comment.