From 2580b49f4415a78da3a4a854a4403b9a15575e58 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl <alexfikl@gmail.com> Date: Fri, 26 Jun 2020 21:21:53 -0500 Subject: [PATCH] disable visualization in example --- examples/advection/surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advection/surface.py b/examples/advection/surface.py index a198dabf..47092477 100644 --- a/examples/advection/surface.py +++ b/examples/advection/surface.py @@ -90,7 +90,7 @@ class Plotter: # }}} -def main(ctx_factory, dim=2, order=4, product_tag=None, visualize=True): +def main(ctx_factory, dim=2, order=4, product_tag=None, visualize=False): cl_ctx = ctx_factory() queue = cl.CommandQueue(cl_ctx) -- GitLab