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 ad8e7ad commit 6a0856fCopy full SHA for 6a0856f
tests/tasks/test_unit_task.py
@@ -43,7 +43,6 @@ def test_run_fractal_tasks(tmp_path, testdata_path, monkeypatch):
43
44
# Write arguments to a file
45
args = {}
46
- args["zarr_urls"] = []
47
args["image_dirs"] = [str(testdata_path / "png/")]
48
args["zarr_dir"] = str(tmp_path)
49
args["allowed_channels"] = [
0 commit comments