We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22353f4 commit 8a2c295Copy full SHA for 8a2c295
1 file changed
src/imcflibs/imagej/bdv.py
@@ -868,7 +868,7 @@ def define_dataset_auto(
868
if timepoints_per_partition > 0:
869
split_timepoints = "split_hdf5 timepoints_per_partition=" + str(
870
timepoints_per_partition
871
- )
+ ) + " "
872
else:
873
split_timepoints = ""
874
@@ -909,7 +909,6 @@ def define_dataset_auto(
909
+ subsampling_factors
910
+ hdf5_chunk_sizes
911
+ split_timepoints
912
- + " "
913
+ "setups_per_partition=0 "
914
+ "use_deflate_compression "
915
)
0 commit comments