summaryrefslogtreecommitdiff
path: root/test/regression.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-12 15:23:01 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-12 15:23:01 +0200
commitb8bb12c8a163c238d7d4387c1914e2100bb660df (patch)
tree791d1524e2294d8a3a38658607a644d7576784ae /test/regression.rb
parent937bfbaf058aea5973927cb3bf6b51028b312ed9 (diff)
enm study import fixed
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 c0782c4..799650f 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.37, prediction[:value].round(2)
+ assert_equal 1.26, prediction[:value].round(2)
assert_equal 3, prediction[:neighbors].size
end