Skip to content
Snippets Groups Projects
Commit 4c9749ce authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Fix shots as doubles

parent 44db5d24
No related branches found
No related tags found
1 merge request!4Feature/testsuite
......@@ -3,7 +3,7 @@ classdef (SharedTestFixtures={...
test_tcv_get_ids < matlab.unittest.TestCase
properties(TestParameter)
shot = {'-1','40000','61400'};
shot = {-1,40000,61400};
ids_name = {'pf_active','wall'};
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment