From 261526ad45abeb2ed45470be3e5dae85befe88ec Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 12 Apr 2012 11:52:27 +0200 Subject: Major bug fixed: order of compounds was unsure in transform.rb --- lazar.rb | 4 +++- libfminer | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lazar.rb b/lazar.rb index 1fe28f8..edce362 100644 --- a/lazar.rb +++ b/lazar.rb @@ -196,7 +196,7 @@ post '/lazar/?' do - # # # Activities + # # # Activities and Compounds if prediction_feature.feature_type == "regression" training_activities.data_entries.each do |compound,entry| @@ -217,6 +217,8 @@ post '/lazar/?' do end end end + + lazar.compounds=training_activities.compounds.collect task.progress 90 diff --git a/libfminer b/libfminer index f9e560d..4577dca 160000 --- a/libfminer +++ b/libfminer @@ -1 +1 @@ -Subproject commit f9e560dc0a7a5d5af439814ab5fa9ce027a025b7 +Subproject commit 4577dcacb352af3fdca925714dc570de9e02582c -- cgit v1.2.3