Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Chenge the default of where to save the output to within the experiment folder #228

Open
1 task done
marcobarilari opened this issue Dec 16, 2022 · 0 comments
Open
1 task done

Comments

@marcobarilari
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

New feature

In `checkCFG.m`   


 fieldsToSet.dir.output = fullfile( ...
                                      fileparts(mfilename('fullpath')), ...
                                      'output');

Unclear documentation

now it is 


    fieldsToSet.dir.output = fullfile( ...
                                      fileparts(mfilename('fullpath')), ...
                                      '..', ...
                                      'output');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant