summaryrefslogtreecommitdiff
path: root/views/batch.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/batch.haml')
-rw-r--r--views/batch.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/batch.haml b/views/batch.haml
index 8389651..ec987c4 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -44,7 +44,7 @@
%br
%b Prediction:
/ TODO scientific notation
- = prediction[:value].numeric? ? "#{'%.2e' % prediction[:value]} #{model.unit}" : prediction[:value]
+ = prediction[:value].numeric? ? "#{'%.2e' % prediction[:value]} (#{model.unit})" : prediction[:value]
%br
/ TODO probability
%b Confidence:
@@ -53,4 +53,3 @@
- else
%p
= "Not enough similar compounds </br>in training dataset."
- %p