summaryrefslogtreecommitdiff
path: root/views/batch.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/batch.haml')
-rw-r--r--views/batch.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/batch.haml b/views/batch.haml
index 45997bf..4f82312 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -28,7 +28,7 @@
// assume single compound prediction time: classification=0.1s,regression=0.5s
- task_approx = m.classification? ? (tasktime*1000 + @compounds_size*100) : (tasktime*1000 + @compounds_size*500)
- approx[idx] = task_approx + sum_approx
- - sum_approx += (m.classification? ? @compounds_size*100 : @compounds_size*1000)
+ - sum_approx += (m.classification? ? @compounds_size*100 : @compounds_size*500)
#result.card.bg-light{:id=>idx}
%div.card-body
%div.row