aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/gsearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/gsearch.py b/wqflask/wqflask/gsearch.py
index 46500df8..907f1180 100644
--- a/wqflask/wqflask/gsearch.py
+++ b/wqflask/wqflask/gsearch.py
@@ -206,7 +206,7 @@ class GSearch(object):
else:
this_trait['description'] = "N/A"
if line[13] != None and line[13] != "":
- this_trait['mean'] = line[13]
+ this_trait['mean'] = f"{line[13]:.3f}"
else:
this_trait['mean'] = "N/A"
this_trait['authors'] = line[7]