summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-14 09:55:51 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-14 09:55:51 +0200
commitfbded88db8b51f41ffbd5a02f601e4538ec87258 (patch)
tree82ce46019ad490bef7547f7a67e40fc0b2bbd8e7 /lib/dataset.rb
parent09452bba5c407c27721223d126e3f45c12b20a0c (diff)
git commit added to model metadata
Diffstat (limited to 'lib/dataset.rb')
-rw-r--r--lib/dataset.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index 453fc35..ab55294 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -130,7 +130,6 @@ module OpenTox
#end
# Create a dataset from CSV file
- # TODO: document structure
def self.from_csv_file file, accept_empty_values=false
source = file
name = File.basename(file,".*")