Skip to content

Commit

Permalink
bugfix, .m to .mat
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Nov 6, 2024
1 parent c237ab9 commit bcae79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preProcessing/preprocessSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function preprocessSession(varargin)
%% logging
% log params used
results = p.Results;
save(fullfile(basepath,'preprocessSession_params.m'),'results')
save(fullfile(basepath,'preprocessSession_params.mat'),'results')

% log script
% saves a text file of the current code used
Expand Down

0 comments on commit bcae79f

Please sign in to comment.