Skip to content

Commit e5c5240

Browse files
committed
[ci] revert default zlib compression
1 parent 1e1923f commit e5c5240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

savejson.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
opt.isoctave = isoctavemesh;
157157

158-
opt.compression = jsonopt('Compression', 'zlib', opt);
158+
opt.compression = jsonopt('Compression', '', opt);
159159
opt.nestarray = jsonopt('NestArray', 0, opt);
160160
opt.compact = jsonopt('Compact', 0, opt);
161161
opt.singletcell = jsonopt('SingletCell', 1, opt);

0 commit comments

Comments
 (0)