From ac4e48853fa68a710c98a1dcaf4fb22f16795bdd Mon Sep 17 00:00:00 2001 From: Andrey Aristov <aaristov@pasteur.fr> Date: Fri, 24 Dec 2021 18:26:04 +0100 Subject: [PATCH] remove std from output --- droplet_growth/mic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droplet_growth/mic.py b/droplet_growth/mic.py index b29b42d..c99dfe3 100644 --- a/droplet_growth/mic.py +++ b/droplet_growth/mic.py @@ -283,7 +283,7 @@ def get_cell_numbers( 'x': prop.centroid[0], 'y': prop.centroid[1], 'n_cells': n_cell[0], - 'std': n_cell[1], + # 'std': n_cell[1], **meta } for prop, n_cell in zip(props, n_cells)]) -- GitLab