summaryrefslogtreecommitdiff
path: root/report/report_factory.rb
diff options
context:
space:
mode:
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