summaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to 'report')
-rwxr-xr-xreport/report_content.rb2
-rwxr-xr-xreport/report_factory.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/report/report_content.rb b/report/report_content.rb
index 033b367..0d2c7ec 100755
--- a/report/report_content.rb
+++ b/report/report_content.rb
@@ -412,4 +412,4 @@ class Reports::ReportContent
@tmp_files.delete(tmp_file_name) if @tmp_files.has_key?(tmp_file_name)
end
-end \ No newline at end of file
+end
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