From 9f1e501dc422c93c2a25d0530b71fbac2870f446 Mon Sep 17 00:00:00 2001 From: David Vorgrimmler Date: Tue, 19 Jun 2012 15:25:19 +0200 Subject: Removed fast_embedding in test_feature_value_plot --- r-util.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/r-util.rb b/r-util.rb index 829a8ae..f8e5ea4 100644 --- a/r-util.rb +++ b/r-util.rb @@ -229,17 +229,17 @@ class RUtilTest < Test::Unit::TestCase @@resources += [dataset1.uri, dataset2.uri] files = [] #plot - [true,false].each do |fast_embedding| - next if fast_embedding==false and !@@rutil.package_installed?("smacof") - random_file = "/tmp/feature_value_plot_random_fast#{fast_embedding}.svg" - stratified_file = "/tmp/feature_value_plot_stratified_fast#{fast_embedding}.svg" + #[true,false].each do |fast_embedding| + # next if fast_embedding==false and !@@rutil.package_installed?("smacof") + random_file = "/tmp/feature_value_plot_random.svg" #_fast#{fast_embedding}.svg" + stratified_file = "/tmp/feature_value_plot_stratified.svg" #_fast#{fast_embedding}.svg" pre_files [random_file, stratified_file] @@rutil.feature_value_plot([random_file], dataset1.uri, dataset2.uri, - "first five", "rest", nil, fast_embedding, @@subjectid) + "first five", "rest", nil, @@subjectid) @@rutil.feature_value_plot([stratified_file], split[:split1].uri, split[:split2].uri, - "five percent stratified", "rest", nil, fast_embedding, @@subjectid) + "five percent stratified", "rest", nil, @@subjectid) files += [random_file, stratified_file] - end + #end #cleanup post_files files end -- cgit v1.2.3