summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dataset.rb')
-rw-r--r--lib/dataset.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index b9c2187..af851b5 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -132,7 +132,6 @@ module OpenTox
end
end
-
# Parsers
# Create a dataset from file (csv,sdf,...)
@@ -211,7 +210,6 @@ module OpenTox
value_time = 0
# compounds and values
- #@data_entries = [] #Array.new(table.size){Array.new(table.first.size-1)}
self.data_entries = []
table.each_with_index do |vals,i|