Skip to content
Snippets Groups Projects
Commit 01075923 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

bugfix: fix the previous fix

parent 11971730
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #
......@@ -847,6 +847,7 @@ class DNS(_code):
min(dst_shape[1], src_file[src_dset_name].shape[1]),
min(dst_shape[2], src_file[src_dset_name].shape[2]),
3)
src_shape = src_file[src_dset_name].shape
dst_file.create_dataset(
dst_dset_name,
shape = dst_shape,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment