From 1d141d41ab0e2b41dc1876203b8e166827610db3 Mon Sep 17 00:00:00 2001 From: mattminder <myfiles@Mattus-MacBook-Pro.local> Date: Fri, 8 May 2020 16:03:39 +0200 Subject: [PATCH] Line break as PIP-8 --- unet/hungarian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unet/hungarian.py b/unet/hungarian.py index 13d7284..5d1574f 100644 --- a/unet/hungarian.py +++ b/unet/hungarian.py @@ -5,7 +5,6 @@ from sklearn.preprocessing import scale from sklearn.metrics.pairwise import euclidean_distances - def correspondance(prev, curr): """ Corrects correspondance between previous and current mask, returns current @@ -32,6 +31,7 @@ def correspondance(prev, curr): return new + def hungarian_align(m1, m2): """ Aligns the cells using the hungarian algorithm using the euclidean distance as -- GitLab