summaryrefslogtreecommitdiff
path: root/test/model.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-13 14:39:04 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-13 14:39:04 +0200
commit9e99495ecbff147218023c136bade9e56a502fed (patch)
tree54ba18b16c2b20cc173dd7668416ea7e1a233b7d /test/model.rb
parentc3a7e75cb36908da36d155cad5478800e32aaf5f (diff)
descriptor tests fixed
Diffstat (limited to 'test/model.rb')
-rw-r--r--test/model.rb2
1 files changed, 1 insertions, 1 deletions
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",
}