Skip to content

Commit

Permalink
Fix bug during fixing #15
Browse files Browse the repository at this point in the history
  • Loading branch information
aloejhb committed Mar 24, 2023
1 parent b5b2b7c commit 24a8ae1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions NrModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -1104,11 +1104,8 @@ function saveExperiment(self,filePath)
fns(ismember(fns, excludeFieldNames)) = [];
for fn = fieldnames(self)'
s.(fn{1}) = self.(fn{1});
end

for ef = excludeFieldNames
s.(ef) = [];
end
end
s.trialArray = TrialModel.empty;
end

%BUnwarpJ
Expand Down

0 comments on commit 24a8ae1

Please sign in to comment.