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

fix(test): rename extraction channels to standard

parent 6f2b55bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import numpy as np
from extraction.core.extractor import Extractor, ExtractorParameters
params = ExtractorParameters.from_meta(
{"channels/channel": ["Brightfield", "GFPFast", "pHluorin405", "mCherry"]}
{"channels": ["Brightfield", "GFPFast", "pHluorin405", "mCherry"]}
)
ext = Extractor(params)
ext.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