Skip to content
Snippets Groups Projects
Commit bef9e7c0 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Remove precision option, return all decimal places instead

parent 2ecdce18
Branches
No related tags found
No related merge requests found
......@@ -389,7 +389,6 @@ def measure_shape_parameters(imp, rm):
rt_ = ResultsTable()
options = M.AREA | M.PERIMETER | M.FERET
an = Analyzer(imp, options, rt_)
an.setPrecision(1)
label_id = []
area = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment