Skip to content

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

@marcobarilari

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions