From c08e13a1ea8767f94e45bf174e844f89583e9352 Mon Sep 17 00:00:00 2001
From: Jean-Matthieu Etancelin <jean-matthieu.etancelin@univ-pau.fr>
Date: Wed, 5 Jun 2019 11:59:07 +0200
Subject: [PATCH] fix fixed point example

---
 examples/fixed_point/heat_equation.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/fixed_point/heat_equation.py b/examples/fixed_point/heat_equation.py
index 1b19d6880..47fdc968b 100644
--- a/examples/fixed_point/heat_equation.py
+++ b/examples/fixed_point/heat_equation.py
@@ -201,7 +201,6 @@ if __name__=='__main__':
     parser.set_defaults(impl='cl', ndim=3, npts=(32,),
                         box_origin=(0.0,), box_length=(1.,),
                         tstart=0.0, tend=np.pi*2,
-                        dt=1e-1,
-                        dump_freq=100, dump_times=())
+                        dt=1e-1, dump_freq=10)
 
     parser.run(compute)
-- 
GitLab