diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index f98d6eb94c04d0ed62edb67fc03c2e83bf50930c..619fef72781683ff82ddbe36b90569d9d09b3f4b 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -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 = []