summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-14 15:25:50 +0100
committerChristoph Helma <helma@in-silico.ch>2016-03-14 15:25:50 +0100
commit0c5d2e678908a2d4aea43efbedbedc2c0439be30 (patch)
tree2a056c6edc088a37b7e489de435706af79f324e7 /lib/dataset.rb
parent989f20ae58c3ecb0ce62bc4468c3dab2599637b3 (diff)
descriptor tests
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|