Skip to content

Commit fb4f5e9

Browse files
committed
Missed creating a directory level
1 parent d593a56 commit fb4f5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/workflows/clem/test_process_raw_tiffs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def raw_dir(tmp_path: Path):
2828

2929
@pytest.fixture
3030
def tiff_list(raw_dir: Path):
31+
(raw_dir / area_name).mkdir(parents=True, exist_ok=True)
3132
tiff_list = [
3233
raw_dir / area_name / f"test_series--Z{str(z).zfill(2)}--C{str(c).zfill(2)}.tif"
3334
for z in range(num_z)

0 commit comments

Comments
 (0)