Skip to content

Commit

Permalink
FIX small error at the end of the new test script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 26, 2020
1 parent 9699984 commit ea6897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_issue1587.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
cfg.channel = 'MEG';
sourcemodel = ft_prepare_leadfield(cfg);
% it should NOT be sorted in alphabetical order, since I flipped it in the grad
assert(isequal(sourcemodel.label, ~sort(sourcemodel.label)))
assert(~isequal(sourcemodel.label, sort(sourcemodel.label)))

0 comments on commit ea6897b

Please sign in to comment.