summaryrefslogtreecommitdiff
path: root/views/batch.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-10-28 13:58:45 +0000
committergebele <gebele@in-silico.ch>2015-10-28 13:58:45 +0000
commitd2d8db1e59e830b1a24e9b8d270a3b393d746b6c (patch)
treedfe79a6ae7e14e3cc4c6e0c0544b478d904c37c2 /views/batch.haml
parent41f948d58ba99a635ae7e04573bd368d9ab34d99 (diff)
consisten use of brackets for units; collect measured activity for equal neighbors
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