From 33d59523b3340d213b2bee58cde5de9ff4bffe99 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 15 Feb 2010 10:14:43 +0100 Subject: OWL-DL partially fixed according to Ninas suggestions --- lib/model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/model.rb') 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 -- cgit v1.2.3