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

remove leftover

parent bdc4b873
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
...@@ -3,7 +3,7 @@ classdef check_gdatpaths < matlab.unittest.fixtures.Fixture ...@@ -3,7 +3,7 @@ classdef check_gdatpaths < matlab.unittest.fixtures.Fixture
function setup(fixture) function setup(fixture)
% caller % caller
oldpwd = pwd; oldpwd = pwd;
testfolder = fileparts(fullfile(mfilename('fullpath'))); % relative path w.r.t. this file testfolder = fileparts(mfilename('fullpath')); % relative path w.r.t. this file
cd(testfolder); % go into test folder so you might not see local gdat.m cd(testfolder); % go into test folder so you might not see local gdat.m
gdatpath = fileparts(which('gdat')); gdatpath = fileparts(which('gdat'));
cd(oldpwd); cd(oldpwd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment