We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c9d62 commit e8cd5baCopy full SHA for e8cd5ba
tests/test_reductionist_json.py
@@ -39,7 +39,7 @@ def __getitem__(self, args):
39
storeinfo = self.ds.get_chunk_info_from_chunk_coord(chunk_coords)
40
offset, size = storeinfo.byte_offset, storeinfo.size
41
jd = reductionist.build_request_data(
42
- 'a', 'b', 'c', offset, size, compressor, filters, self.missing,
+ 'a', offset, size, compressor, filters, self.missing,
43
self.dtype, self.array._chunks, self.ds._order,
44
chunk_selection, tuple(range(len(self.array._chunks))))
45
js = json.dumps(jd)
0 commit comments