From 1ccd631359b8953cb0b59314704467f38c406a62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk>
Date: Wed, 21 Dec 2022 12:20:19 +0000
Subject: [PATCH] fix(test): rename channels into standard conv

---
 tests/aliby/network/extraction/test_base.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/aliby/network/extraction/test_base.py b/tests/aliby/network/extraction/test_base.py
index 937703ab..f1d079d2 100644
--- a/tests/aliby/network/extraction/test_base.py
+++ b/tests/aliby/network/extraction/test_base.py
@@ -45,9 +45,7 @@ def test_extractor(imgs, masks, tree):
     Tests reduce-extract
     """
     extractor = Extractor(
-        ExtractorParameters.from_meta(
-            {"channels/channel": ["Brightfield", "GFP"]}
-        )
+        ExtractorParameters.from_meta({"channels": ["Brightfield", "GFP"]})
     )
     # Load all available functions
     extractor.load_funs()
-- 
GitLab