summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb4
1 files changed, 3 insertions, 1 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