We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db7dde commit acdc751Copy full SHA for acdc751
test/test_target.py
@@ -50,9 +50,10 @@ def clean():
50
VariableTest.key_nucleus_consistent + "_in_cell",
51
VariableTest.key_nucleus_consistent + "_not_in_cell",
52
VariableTest.key_cell_consistent + "_without_nuclei",
53
+ key_shape
54
]
55
- list_folder_to_remove = [VariableTest.merfish_zarr_path / f".{key_shape}",
56
+ list_folder_to_remove = [VariableTest.merfish_zarr_path / f".rna2seg_{patch_width}_{patch_overlap}",
57
VariableTest.folder_patch_rna2seg / f".sopa_cache",
58
VariableTest.merfish_zarr_path / f"shapes/{list_shape[0]}",
59
VariableTest.merfish_zarr_path / f"shapes/{list_shape[1]}",
0 commit comments