From 8ce9eba0d29c29935e72116dc24ed30e0b5dc5d4 Mon Sep 17 00:00:00 2001 From: Lianming Du Date: Wed, 6 Nov 2024 17:55:20 +0800 Subject: [PATCH] Update stats.py --- src/stats.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stats.py b/src/stats.py index 611d2d4..6fca8bc 100644 --- a/src/stats.py +++ b/src/stats.py @@ -1069,6 +1069,9 @@ def get_stats_plots(self): return plots + def perform_comparative_analysis(self): + pass + def generate_summary_report(self): f = QFile(':/template/stats.html') f.open(QIODevice.ReadOnly | QFile.Text)