From d3e0857b0e3196eaed219496426a52829e5ee5d7 Mon Sep 17 00:00:00 2001 From: X11MA Date: Tue, 10 Jan 2017 09:45:47 +0100 Subject: [PATCH] Closedown --- script/test/data_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/data_api.py b/script/test/data_api.py index e613bc8..61425ac 100644 --- a/script/test/data_api.py +++ b/script/test/data_api.py @@ -1,6 +1,6 @@ temp = 25.0 -set_context(name = "temp_"+str(temp), persist = False) +set_exec_pars(name = "temp_"+str(temp), persist = False) path="/tst" @@ -17,4 +17,4 @@ print read.tolist() assert data1d==read.tolist() plot(read) -ctx = get_context() \ No newline at end of file +exec_pars = get_exec_pars() \ No newline at end of file