From 3840d1d0d08c9e53a993ce87703b464b347a1729 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Tue, 21 Oct 2014 14:57:45 +0200 Subject: adjust to new number of descriptors --- test/descriptor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/descriptor.rb b/test/descriptor.rb index a48083b..ac5477f 100644 --- a/test/descriptor.rb +++ b/test/descriptor.rb @@ -57,7 +57,7 @@ class DescriptorTest < MiniTest::Test def test_compound_all c = OpenTox::Compound.from_smiles "CC(=O)CC(C)C#N" result = OpenTox::Algorithm::Descriptor.physchem c - assert_equal 317, result[c.uri].size + assert_equal 332, result[c.uri].size { "Cdk.LongestAliphaticChain.nAtomLAC"=>5, "Joelib.count.HeavyBonds"=>7, -- cgit v1.2.3