From 9e99495ecbff147218023c136bade9e56a502fed Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 13 Oct 2016 14:39:04 +0200 Subject: descriptor tests fixed --- test/model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/model.rb') diff --git a/test/model.rb b/test/model.rb index 017ce10..322ad90 100644 --- a/test/model.rb +++ b/test/model.rb @@ -49,7 +49,7 @@ class ModelTest < MiniTest::Test def test_physchem_regression algorithms = { - :descriptors => ["PhysChem::OPENBABEL"], + :descriptors => [PhysChem::OPENBABEL], :similarity => { :method => "Algorithm::Similarity.cosine", } -- cgit v1.2.3