summaryrefslogtreecommitdiff
path: root/lib/model.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-15 10:14:43 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-15 10:14:43 +0100
commit33d59523b3340d213b2bee58cde5de9ff4bffe99 (patch)
tree1026f79ad3d597417d048c967d1097fa789103b1 /lib/model.rb
parent658a73f4648f179f4f9073e0011e71085ee3e733 (diff)
OWL-DL partially fixed according to Ninas suggestions
Diffstat (limited to 'lib/model.rb')
-rw-r--r--lib/model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model.rb b/lib/model.rb
index a585b59..976efac 100644
--- a/lib/model.rb
+++ b/lib/model.rb
@@ -24,7 +24,7 @@ module OpenTox
lazar.algorithm = File.join(@@config[:services]["opentox-algorithm"],"lazar")
lazar.trainingDataset = yaml[:activity_dataset]
lazar.dependentVariables = yaml[:endpoint]
- lazar.predictedVariables = yaml[:endpoint] #+ " lazar prediction"
+ lazar.predictedVariables = yaml[:endpoint] + "_lazar_prediction"
lazar
end