From d9c9d78e49d886ea91386adbbd2b523347df226e Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Mon, 29 Oct 2018 20:34:39 +0100 Subject: dataset predictions fixed --- test/compound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compound.rb') diff --git a/test/compound.rb b/test/compound.rb index 69ad21e..44e47f1 100644 --- a/test/compound.rb +++ b/test/compound.rb @@ -74,7 +74,7 @@ class CompoundTest < MiniTest::Test end def test_openbabel_segfault - inchi = "InChI=1S/C19H27NO7/c1-11-9-19(12(2)27-19)17(23)26-14-6-8-20(4)7-5-13(15(14)21)10-25-16(22)18(11,3)24/h5,11-12,14,24H,6-10H2,1-4H3/b13-5-/t11-,12-,14-,18-,19?/m1/s1" + inchi = "InChI=1S/C19H27NO7/c1-11-9-19(12(2)27-19)17(23)26-14-6-8-20(4)7-5-13(15(14)21)10-25-16(22)18(11,3)24/h5,11-12,14,24H,6-10H2,1-4H3/t11-,12-,14-,18-,19?/m1/s1" c = Compound.from_inchi(inchi) assert_equal inchi, c.inchi -- cgit v1.2.3