From 48234554ea99b972a01718ac36c4e8332dd9159b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 7 May 2016 10:34:03 +0200 Subject: -log10 for regression datasets, test cleanups --- lib/compound.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/compound.rb') 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 -- cgit v1.2.3