Skip to content

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

Description

@marcobarilari

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');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions