Skip to content
Snippets Groups Projects
Commit ac4e4885 authored by Andrey Aristov's avatar Andrey Aristov
Browse files

remove std from output

parent 7e3088eb
No related branches found
No related tags found
1 merge request!5fix testing and stuff
...@@ -283,7 +283,7 @@ def get_cell_numbers( ...@@ -283,7 +283,7 @@ def get_cell_numbers(
'x': prop.centroid[0], 'x': prop.centroid[0],
'y': prop.centroid[1], 'y': prop.centroid[1],
'n_cells': n_cell[0], 'n_cells': n_cell[0],
'std': n_cell[1], # 'std': n_cell[1],
**meta **meta
} for prop, n_cell in zip(props, n_cells)]) } for prop, n_cell in zip(props, n_cells)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment