Skip to content

Commit

Permalink
bug fix (for new matlab)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2358 committed Jan 7, 2020
1 parent 39e0acf commit bf91ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo_profiler_prediction_lorenz.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
% output_dir = output_dir_default;
% fprintf('Using default folder "%s" for storing results.\n', output_dir_default);
% end
output_dir = fullfile(mfilename('fullpath'),'..','results');
output_dir = fullfile(fileparts(mfilename('fullpath')),'results');

t1 = tic;
[data,algorithms,results] = kafbox_profiler(data,sim_opts,algorithms,output_dir);
Expand Down

0 comments on commit bf91ba5

Please sign in to comment.