summaryrefslogtreecommitdiff
path: root/test/regression.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-24 15:41:24 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-24 15:41:24 +0200
commitcc08e6beda7f7d70ebf6c6929a22d1a0cd7c1a20 (patch)
treecc1c37d5623a72787e0d74b000692ff380bd45f5 /test/regression.rb
parentb2d80ad2e470fcb41af4b747142e5693f2fa4615 (diff)
tests fixed. DescriptorTest#test_compound_all may fail within all.rb
Diffstat (limited to 'test/regression.rb')
-rw-r--r--test/regression.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression.rb b/test/regression.rb
index 799650f..c0782c4 100644
--- a/test/regression.rb
+++ b/test/regression.rb
@@ -17,7 +17,7 @@ class LazarRegressionTest < MiniTest::Test
model.neighbor_algorithm_parameters[:type] = "MP2D"
compound = Compound.from_smiles "CCCSCCSCC"
prediction = model.predict compound
- assert_equal 1.26, prediction[:value].round(2)
+ assert_equal 1.37, prediction[:value].round(2)
assert_equal 3, prediction[:neighbors].size
end