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 2e48ec0..ed69819 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -26,7 +26,7 @@
// prepare variable values for javascript
// increase timer interval for large datasets
- - ctimer = 1000#((@compounds_size/1000) == 0 ? 1000 : ((@compounds_size/1000)*1000))
+ - ctimer = 2000#((@compounds_size/1000) == 0 ? 1000 : ((@compounds_size/1000)*1000))
// process batch predictions
- @models.each_with_index do |model,idx|
- m = Model::Validation.find model