MCPcopy
hub / github.com/tum-pbs/PhiFlow / test_plot_multi_grid

Method test_plot_multi_grid

tests/commit/vis/test__plots.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self._test_plot(StaggeredGrid(Noise(), extrapolation.ZERO, x=16, y=10, bounds=Box(x=1, y=1)) * 0.1)
67
68 def test_plot_multi_grid(self):
69 self._test_plot(overlay(CenteredGrid(Noise(), x=10, y=10), CenteredGrid(Noise(), x=10, y=10, bounds=Box(x=(5, 15), y=(5, 15)))))
70
71 def test_plot_circle(self):
72 self._test_plot(Sphere(x=1, y=0, radius=.5))

Callers

nothing calls this directly

Calls 5

_test_plotMethod · 0.95
overlayFunction · 0.90
CenteredGridFunction · 0.90
NoiseClass · 0.90
BoxClass · 0.90

Tested by

no test coverage detected