Skip to content
Snippets Groups Projects
Commit 4b7a6838 authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Return created dataset in write_compressed_frames

parent 7ff7dbae
No related branches found
No related tags found
1 merge request!753[DataFile] Add parallel dataset compression
...@@ -951,3 +951,5 @@ def write_compressed_frames( ...@@ -951,3 +951,5 @@ def write_compressed_frames(
# Each frame is 1 complete chunk # Each frame is 1 complete chunk
chunk_start = (i,) + (0,) * (dataset.ndim - 1) chunk_start = (i,) + (0,) * (dataset.ndim - 1)
dataset.id.write_direct_chunk(chunk_start, compressed) dataset.id.write_direct_chunk(chunk_start, compressed)
return dataset
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment