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
Branches
Tags
1 merge request!110Add test coverage and update test scripts
......@@ -3,7 +3,7 @@ classdef check_gdatpaths < matlab.unittest.fixtures.Fixture
function setup(fixture)
% caller
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
gdatpath = fileparts(which('gdat'));
cd(oldpwd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment