summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-07 10:34:03 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-07 10:34:03 +0200
commit48234554ea99b972a01718ac36c4e8332dd9159b (patch)
tree6f9d61a7b1c767a952063f69ed11449361395a05 /lib/compound.rb
parent51f57e2858b60bed74ebcc97189b2188c900c283 (diff)
-log10 for regression datasets, test cleanups
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 6cb7f78..c2ce5d0 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -22,7 +22,6 @@ module OpenTox
# Overwrites standard Mongoid method to create fingerprints before database insertion
def self.find_or_create_by params
- #PhysChem.descriptors # load descriptor features
compound = self.find_or_initialize_by params
compound.default_fingerprint_size = compound.fingerprint(DEFAULT_FINGERPRINT).size
compound.save