From 939a531f466be02f26c62319eab9f33d1c798878 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 14 Sep 2016 17:39:27 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index e142712..d089eef 100644 --- a/script/local.py +++ b/script/local.py @@ -42,7 +42,7 @@ def detect_pucks(ip): def detect_samples(ip): aux = grayscale(ip, in_place=False) - invert(aux)| + invert(aux) subtract_background(aux) auto_threshold(aux) binary_open(aux)