Skip to content

Commit

Permalink
[tests] Remove plot from FLIP test
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Jan 12, 2025
1 parent fbff5e1 commit 573bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commit/physics/test_flip.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def test_boundary_push(self):
assert math.any(OBSTACLE.lies_inside(particles.points))
assert math.any((~particles.bounds).lies_inside(particles.points))
particles = pp = fluid.boundary_push(particles, [OBSTACLE, ~DOMAIN], separation=0.5)
show(expand(OBSTACLE, batch(list=3)), [p0['x'], pa['x'], pp['x']], overlay='args')
# show(expand(OBSTACLE, batch(list=3)), [p0['x'], pa['x'], pp['x']], overlay='args')
assert math.all(~OBSTACLE.lies_inside(particles.points))
assert math.all(DOMAIN.lies_inside(particles.center))

0 comments on commit 573bc31

Please sign in to comment.