Skip to content
Snippets Groups Projects
Commit 1ccd6313 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(test): rename channels into standard conv

parent 8f9c41df
No related branches found
No related tags found
No related merge requests found
...@@ -45,9 +45,7 @@ def test_extractor(imgs, masks, tree): ...@@ -45,9 +45,7 @@ def test_extractor(imgs, masks, tree):
Tests reduce-extract Tests reduce-extract
""" """
extractor = Extractor( extractor = Extractor(
ExtractorParameters.from_meta( ExtractorParameters.from_meta({"channels": ["Brightfield", "GFP"]})
{"channels/channel": ["Brightfield", "GFP"]}
)
) )
# Load all available functions # Load all available functions
extractor.load_funs() extractor.load_funs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment