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 fb4f5e9 commit 64cb692Copy full SHA for 64cb692
tests/workflows/clem/test_process_raw_tiffs.py
@@ -42,6 +42,7 @@ def tiff_list(raw_dir: Path):
42
43
@pytest.fixture
44
def metadata(raw_dir: Path):
45
+ (raw_dir / area_name / "Metadata").mkdir(parents=True, exist_ok=True)
46
metadata = raw_dir / area_name / "Metadata" / "test_series.xlif"
47
if not metadata.exists():
48
metadata.touch()
0 commit comments