summaryrefslogtreecommitdiff
path: root/report/report_factory.rb
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-05-03 10:32:59 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-05-03 10:32:59 +0200
commit3bdbc9b22518da6059859684b179fea55ee185f1 (patch)
tree0147bc498bfbf8c270bb4f7bc170c2030458872f /report/report_factory.rb
parentff53b7b3bf1ffe3447d107870eedbbd00ad71eef (diff)
Added chem. name / value transformation to report.nestle
If mol or mg is given in the feature name the values(actual and predicted) will be transformed.
Diffstat (limited to 'report/report_factory.rb')
-rwxr-xr-xreport/report_factory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/report_factory.rb b/report/report_factory.rb
index f73ffd9..c9cab86 100755
--- a/report/report_factory.rb
+++ b/report/report_factory.rb
@@ -124,7 +124,7 @@ module Reports::ReportFactory
report.end_section
report.add_result(validation_set, Validation::ALL_PROPS, "All Results", "All Results")
- report.add_predictions( validation_set, false )
+ report.add_predictions( validation_set, true )
task.progress(100) if task
report
end