Skip to content

Commit

Permalink
Re #768 fixing configuration test
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 3, 2022
1 parent 6240f09 commit d20e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/test_configuration/test_hor_config.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function tearDown(obj)
end

function test_PIXELDATA_error_if_pixel_page_size_set_lt_one_pixel(obj)
pix_size = PixelData.DEFAULT_NUM_PIX_FIELDS*PixelData.DATA_POINT_SIZE;
pix_size = sqw_binfile_common.FILE_PIX_SIZE;
lt_pix_size = floor(pix_size) - 1;

f = @() set(hor_config, obj.PIXEL_PAGE_SIZE_OPT, lt_pix_size);
Expand Down

0 comments on commit d20e45f

Please sign in to comment.