summaryrefslogtreecommitdiff
path: root/lib/regression.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-15 18:53:12 +0100
committerChristoph Helma <helma@in-silico.ch>2016-03-15 18:53:12 +0100
commit2b0a7c725b23d8ef3f525b25fc7105de57ee3897 (patch)
tree866f2ea83fbaed796631c7863e1674eaa5c07c51 /lib/regression.rb
parentabc3526e318a2bfa24dfe033d8879e7657c2ae5c (diff)
validation test cleanup
Diffstat (limited to 'lib/regression.rb')
-rw-r--r--lib/regression.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/regression.rb b/lib/regression.rb
index 6b08fd8..af72d7d 100644
--- a/lib/regression.rb
+++ b/lib/regression.rb
@@ -29,7 +29,6 @@ module OpenTox
weights = []
fingerprint_ids = neighbors.collect{|row| Compound.find(row["_id"]).fingerprint}.flatten.uniq.sort
- #p neighbors
neighbors.each_with_index do |row,i|
neighbor = Compound.find row["_id"]
fingerprint = neighbor.fingerprint