summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-07-12 11:51:32 +0000
committergebele <gebele@in-silico.ch>2019-07-12 11:51:32 +0000
commita446fb2ecc8e7ab5f179d910a1f332c469dee35e (patch)
tree907768482a5a594e4d731838c7d39a3752256f92
parent592fa64120e2712c46dd020fbda0c128c69467b7 (diff)
assume approx prediction time
-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