summaryrefslogtreecommitdiff
path: root/test/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-07 13:34:22 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-07 13:34:22 +0200
commit398a59885845a49cfda4b37b7058f8a47d11c6d2 (patch)
treeba62338db6aa5d0a9c8fc4b666e445d6e94417ee /test/dataset.rb
parent91787edb3682900bc5a2feeca66e5142f387fcc6 (diff)
remaining tests 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 05759a7..2c0aa01 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -63,7 +63,7 @@ class DatasetTest < MiniTest::Test
f = File.join DATA_DIR, "multi_cell_call.csv"
d = OpenTox::Dataset.from_csv_file f
csv = CSV.read f
- assert_equal true, d.features.first.nominal
+ assert_equal true, d.features.first.nominal?
assert_equal 1056, d.compounds.size
assert_equal csv.first.size-1, d.features.size
errors.each do |smi|