summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-09-18 14:48:39 +0200
committerChristoph Helma <helma@in-silico.ch>2015-09-18 14:48:39 +0200
commit259cd085e053193b4c166495ae1af35cfa94bcf6 (patch)
treed199332cbaedba2ce100636b6f6792bf18f5f448 /test
parent1255775bca9bcb9ca9100c38504e42541249865d (diff)
import of datasets without features fixed
Diffstat (limited to 'test')
-rw-r--r--test/dataset.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dataset.rb b/test/dataset.rb
index d30a898..84be547 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -11,7 +11,7 @@ class DatasetTest < MiniTest::Test
assert_equal Dataset, datasets.first.class
d1.delete
end
-=begin
+
#TODO
def test_create_without_features_csv
d = Dataset.from_csv_file File.join(DATA_DIR,"batch_prediction.csv")
@@ -22,7 +22,7 @@ class DatasetTest < MiniTest::Test
assert_equal 24, d.compounds.size.to_i
d.delete
end
-=end
+
def test_create_empty
d = Dataset.new
assert_equal Dataset, d.class