summaryrefslogtreecommitdiff
path: root/lib/regression.rb
diff options
context:
space:
mode:
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