summaryrefslogtreecommitdiff
path: root/lib/algorithm.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-16 14:19:35 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-16 14:19:35 +0100
commit54867c288a046c0a747779fb6d6bcb4fe8f1d0a9 (patch)
tree00ec365c9d7af53eb672e0e5d3cbb55a7ef9b5a8 /lib/algorithm.rb
parent349dd03693bfc357b011e9ebb5b459f6aa893f95 (diff)
parentc295a3d01a9241c772d7fa7495a3e215a9c69b7e (diff)
Merge branch 'release/v1.0.1'v1.0.1
Diffstat (limited to 'lib/algorithm.rb')
-rw-r--r--lib/algorithm.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/algorithm.rb b/lib/algorithm.rb
index af8dfaf..c8cb116 100644
--- a/lib/algorithm.rb
+++ b/lib/algorithm.rb
@@ -190,8 +190,7 @@ module OpenTox
gram_matrix[i][i] = 1.0
end
- LOGGER.debug gram_matrix.to_yaml
-
+ #LOGGER.debug gram_matrix.to_yaml
@r = RinRuby.new(false,false) # global R instance leads to Socket errors after a large number of requests
@r.eval "library('kernlab')" # this requires R package "kernlab" to be installed
LOGGER.debug "Setting R data ..."