From 97ad7ded5a73ae76a0bb0ef6dff1aff352036c19 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 4 Apr 2019 11:06:24 +0200 Subject: [PATCH] Script execution --- script/test/TestDataBuffer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test/TestDataBuffer.py b/script/test/TestDataBuffer.py index cfab14c..e5e7958 100644 --- a/script/test/TestDataBuffer.py +++ b/script/test/TestDataBuffer.py @@ -9,4 +9,3 @@ plot([d['value'] for d in ret[0]['data']]) ret = da.queryData(["S10BC01-DBLM065:B1_LOSS", "S10BC01-DBLM065:LOSS_SIGNAL_RAW"], 8291491519L, 8291491559L) plot(ret[1]['data'][0]['value']) plot([d['value'] for d in ret[1]['data']]) -