summaryrefslogtreecommitdiff
path: root/test/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
committerChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
commit458a2d753551ea607f2ed5efdd0ac0a02d55d673 (patch)
tree7059a346053fe07212a4bfed3e15ea0edc561bc2 /test/dataset.rb
parent65b69d4c35890a7a2d2992108f0cf4eb5202dd1b (diff)
all tests fixed
Diffstat (limited to 'test/dataset.rb')
-rw-r--r--test/dataset.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dataset.rb b/test/dataset.rb
index e59441b..05759a7 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -246,7 +246,6 @@ class DatasetTest < MiniTest::Test
csv.shift
csv.each do |row|
c = Compound.from_smiles(row.shift)
- p row
assert_equal row, d.values(c,d.features.first)
end
d.delete