summaryrefslogtreecommitdiff
path: root/report/report_content.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-06-15 13:12:34 +0200
committermr <mr@mrautenberg.de>2011-06-15 13:12:34 +0200
commit68f0e8a9b4ab9c6eda1da21423bda0186cfd01c6 (patch)
treead5ad32312e4132976b30a3985a8f62135fe3463 /report/report_content.rb
parent916f715ee52049a0968bc04df5aa6ca0a9a6881d (diff)
parent59e1a2406354ce8a7e2b1a78f03d6ecaf6dbb297 (diff)
Merge branch 'hotfix/qmrf_mysqlite'
Diffstat (limited to 'report/report_content.rb')
-rwxr-xr-xreport/report_content.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/report/report_content.rb b/report/report_content.rb
index ca04f25..3e3c3d4 100755
--- a/report/report_content.rb
+++ b/report/report_content.rb
@@ -43,7 +43,8 @@ class Reports::ReportContent
section_test = @xml_report.add_section(@current_section, section_title)
@xml_report.add_paragraph(section_test, section_text) if section_text
- @xml_report.add_table(section_test, test_attribute.to_s+", significance-level: "+level.to_s, table, true, true)
+ @xml_report.add_table(section_test, test_attribute.to_s+", significance-level: "+level.to_s, table, true, true)
+ Reports::ReportStatisticalTest.quit_r
end
def add_predictions( validation_set,