Skip to content
Snippets Groups Projects
Commit 0a330178 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

black

parent 98e8cd25
No related branches found
No related tags found
1 merge request!72black
Pipeline #156585 passed
......@@ -262,9 +262,9 @@ class StackDatasetWriter(_DatasetWriterBase):
istart0_dim1,
nflush_dim1,
):
self._dataset[
i_dim0, istart_dim1 : istart_dim1 + n_dim1, ...
] = buffer[:n_dim1]
self._dataset[i_dim0, istart_dim1 : istart_dim1 + n_dim1, ...] = (
buffer[:n_dim1]
)
self._buffers = [
buffer[n_dim1:] for buffer, n_dim1 in zip(self._buffers, nflush)
]
......
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