From 965cae72a79e870f68c6bc28231d701f3518f246 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 2 May 2020 03:32:00 +0300 Subject: utils: raspberrypi: ctt: Fix pycodestyle E251 E251 unexpected spaces around keyword / parameter equals Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_macbeth_locator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/raspberrypi/ctt/ctt_macbeth_locator.py') diff --git a/utils/raspberrypi/ctt/ctt_macbeth_locator.py b/utils/raspberrypi/ctt/ctt_macbeth_locator.py index 949e3686..55ab4fdb 100644 --- a/utils/raspberrypi/ctt/ctt_macbeth_locator.py +++ b/utils/raspberrypi/ctt/ctt_macbeth_locator.py @@ -487,8 +487,8 @@ def get_macbeth_chart(img, ref_data): """ clustering = cluster.AgglomerativeClustering( n_clusters=None, - compute_full_tree = True, - distance_threshold = side*2 + compute_full_tree=True, + distance_threshold=side*2 ) mac_mids_list = [x[0] for x in mac_mids] -- cgit v1.2.1