From be15ab79c3166065808682dc513e353bb540e5e9 Mon Sep 17 00:00:00 2001 From: thuiop Date: Fri, 21 Jan 2022 17:13:17 +0100 Subject: [PATCH] Revert change --- btk/metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/btk/metrics.py b/btk/metrics.py index 7336cf9af..651936e20 100644 --- a/btk/metrics.py +++ b/btk/metrics.py @@ -436,7 +436,6 @@ def reconstruction_metrics_blend( np.moveaxis(isolated_images[j], 0, -1), np.moveaxis(deblended_images[match_detected], 0, -1), channel_axis=-1, - multichannel=True, ) ) for k in target_meas.keys():