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 d593a56 commit fb4f5e9Copy full SHA for fb4f5e9
tests/workflows/clem/test_process_raw_tiffs.py
@@ -28,6 +28,7 @@ def raw_dir(tmp_path: Path):
28
29
@pytest.fixture
30
def tiff_list(raw_dir: Path):
31
+ (raw_dir / area_name).mkdir(parents=True, exist_ok=True)
32
tiff_list = [
33
raw_dir / area_name / f"test_series--Z{str(z).zfill(2)}--C{str(c).zfill(2)}.tif"
34
for z in range(num_z)
0 commit comments