summaryrefslogtreecommitdiff
path: root/test/dataset.rb
diff options
context:
space:
mode:
authorhelma@in-silico.ch <helma@in-silico.ch>2018-10-29 20:34:39 +0100
committerhelma@in-silico.ch <helma@in-silico.ch>2018-10-29 20:34:39 +0100
commitd9c9d78e49d886ea91386adbbd2b523347df226e (patch)
tree6f728c82ca01b6a19d8e4aa1905e26bea9253f33 /test/dataset.rb
parent5e9a08c0b534fa96179fb5c81a9b4193e7b0aad8 (diff)
dataset predictions fixed
Diffstat (limited to 'test/dataset.rb')
-rw-r--r--test/dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dataset.rb b/test/dataset.rb
index c197648..fd6ed52 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -110,7 +110,7 @@ class DatasetTest < MiniTest::Test
assert_match smi, d.warnings.join
end
duplicates.each do |inchi|
- refute_empty d.values(Compound.from_inchi(inchi),d.warnings_feature)
+ refute_empty d.values(Compound.from_inchi(inchi),d.warnings_features.first)
end
d.delete
end