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