Skip to content
Snippets Groups Projects
Commit 16ee59f3 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

debug

parent fd8392fb
No related branches found
No related tags found
1 merge request!26Dev/ci testing
Pipeline #584409 passed
...@@ -34,8 +34,8 @@ try ...@@ -34,8 +34,8 @@ try
% some random data % some random data
x = linspace(0,7); x = linspace(0,7);
y = rand(1,100)+2; y = rand(1,100)+2;
dataset1 = 'test_data.mat'; dataset1 = fullfile('CI_files','test_data.mat');
save(fullfile('CI_files','test_data.mat'),'x','y'); save(dataset1,'x','y');
% some data as .h5 % some data as .h5
x1 = linspace(0,2*pi); x1 = linspace(0,2*pi);
y1 = sin(x1)+2; y1 = sin(x1)+2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment