summaryrefslogtreecommitdiff
path: root/dataset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dataset.rb')
-rw-r--r--dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dataset.rb b/dataset.rb
index 2ed9e73..a6fc9f1 100644
--- a/dataset.rb
+++ b/dataset.rb
@@ -277,7 +277,7 @@ class DatasetTest < Test::Unit::TestCase
end
dataset.compounds.each do |c|
dataset.features.keys.each do |f|
- dataset.add c,f,rand
+ d.add c,f,rand
end
end
d.save @@subjectid