From 8e590aee2d6e5d458bdd6ffd12b8e43fda4087da Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Mon, 27 Apr 2020 09:59:52 +0200 Subject: [PATCH] Script execution --- script/test/test3.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/test/test3.py b/script/test/test3.py index f5afde8..b6b893a 100755 --- a/script/test/test3.py +++ b/script/test/test3.py @@ -5,8 +5,7 @@ Processing and plotting scan data inp.write(0.0) scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1") scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2") - - + from operator import add result = map(add, scan1.getReadable(0), scan2.getReadable(0))