summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-01-16 09:50:33 +0000
committergebele <gebele@in-silico.ch>2017-01-16 09:50:33 +0000
commit8266b2b447d8e138d5d5594f624a9f222e79f3ee (patch)
treef5c06159d0a529f263ea25f6354f89825fc41410 /test/feature.rb
parent76912e72cf52c2a10423226ababb2b6d7f4b84ca (diff)
parentd7504cc422bbaeee3546589d87e7baeb4e977c0b (diff)
merge development
Diffstat (limited to 'test/feature.rb')
-rw-r--r--test/feature.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/feature.rb b/test/feature.rb
index 533ac0f..40edb9f 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -55,7 +55,7 @@ class FeatureTest < MiniTest::Test
end
def test_physchem_description
- assert_equal 355, PhysChem.descriptors.size
+ assert_equal 346, PhysChem.descriptors.size
assert_equal 15, PhysChem.openbabel_descriptors.size
assert_equal 295, PhysChem.cdk_descriptors.size
assert_equal 45, PhysChem.joelib_descriptors.size
@@ -63,7 +63,7 @@ class FeatureTest < MiniTest::Test
end
def test_physchem
- assert_equal 355, PhysChem.descriptors.size
+ assert_equal 346, PhysChem.descriptors.size
c = Compound.from_smiles "CC(=O)CC(C)C"
logP = PhysChem.find_or_create_by :name => "Openbabel.logP"
assert_equal 1.6215, logP.calculate(c)