Skip to content

Commit

Permalink
fix octave 3.8 error on travis, it does not support single
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 31, 2022
1 parent 5898f6e commit 9b25e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_jsonlab_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@ function run_jsonlab_test(tests)
test_jsonlab('test default int endian for savebj',@savebj,typecast(uint8('jd'),'uint16'),'ujd');
test_jsonlab('test default int endian for saveubjson',@saveubjson,typecast(uint8('jd'),'uint16'),'Idj');
test_jsonlab('test default float endian for savebj',@savebj,typecast(uint8('1e05'),'single'),'d1e05');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('9527'),'single'),'d7259');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('12345678'),'double'),'D87654321');
end

0 comments on commit 9b25e20

Please sign in to comment.