Skip to content

Commit e8cd5ba

Browse files
committed
fix test json
1 parent 40c9d62 commit e8cd5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_reductionist_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __getitem__(self, args):
3939
storeinfo = self.ds.get_chunk_info_from_chunk_coord(chunk_coords)
4040
offset, size = storeinfo.byte_offset, storeinfo.size
4141
jd = reductionist.build_request_data(
42-
'a', 'b', 'c', offset, size, compressor, filters, self.missing,
42+
'a', offset, size, compressor, filters, self.missing,
4343
self.dtype, self.array._chunks, self.ds._order,
4444
chunk_selection, tuple(range(len(self.array._chunks))))
4545
js = json.dumps(jd)

0 commit comments

Comments
 (0)