We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03a62e commit ee68e96Copy full SHA for ee68e96
1 file changed
src/imcflibs/imagej/bdv.py
@@ -929,7 +929,7 @@ def define_dataset_manual(
929
# xml_filename = project_filename + ".xml"
930
931
if definition_opts is None:
932
- definition_opts = bdv.DefinitionOptions()
+ definition_opts = DefinitionOptions()
933
934
show_list_options = "" if not list_files else "show_list " + " ".join(list_files)
935
@@ -995,7 +995,7 @@ def resave_as_h5(
995
"""
996
997
if not processing_opts:
998
- processing_opts = bdv.ProcessingOptions()
+ processing_opts = ProcessingOptions()
999
1000
if use_deflate_compression:
1001
use_deflate_compression_arg = "use_deflate_compression "
0 commit comments