Skip to content

Commit

Permalink
ENH - small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
schoffelen committed Nov 27, 2023
1 parent 621374f commit 41792a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matlab/test/test_fiff_read_tag.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
function test_fiff_read_tag_()
% Test fiff_read_tag.m
%
% This is just a placeholder file, referencing the below test function,
% This is a placeholder function, referencing the below test function,
% which should fail if fiff_read_tag does not work properly
test_fiff_open
2 changes: 1 addition & 1 deletion matlab/test/test_fiff_read_tag_info.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
function test_fiff_read_tag_info_()
% Test fiff_read_tag_info.m
%
% This is just a placeholder file, referencing the below test function,
% This is a placeholder function, referencing the below test function,
% which should fail if fiff_read_tag_info does not work properly
test_fiff_open
10 changes: 9 additions & 1 deletion matlab/test/test_fiff_readwrite.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
initTestSuite;

function test_fiff_readwrite_raw_()
% Test a round trip of reading and writing raw data
% Test a round trip of reading and writing raw data
% this function calls the following relevant m-files:
% - fiff_read_meas_info
% - fiff_setup_read_raw
% - fiff_read_raw_segment
% - fiff_start_writing_raw
% - fiff_write_int
% - fiff_write_raw_buffer
% - fiff_finish_writing_raw

FIFF = fiff_define_constants;

Expand Down

0 comments on commit 41792a4

Please sign in to comment.