Skip to content

Commit acdc751

Browse files
author
tdefa
committed
test
1 parent 1db7dde commit acdc751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_target.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ def clean():
5050
VariableTest.key_nucleus_consistent + "_in_cell",
5151
VariableTest.key_nucleus_consistent + "_not_in_cell",
5252
VariableTest.key_cell_consistent + "_without_nuclei",
53+
key_shape
5354
]
5455

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}",
5657
VariableTest.folder_patch_rna2seg / f".sopa_cache",
5758
VariableTest.merfish_zarr_path / f"shapes/{list_shape[0]}",
5859
VariableTest.merfish_zarr_path / f"shapes/{list_shape[1]}",

0 commit comments

Comments
 (0)