Skip to content

Commit

Permalink
Update stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Nov 6, 2024
1 parent 2548377 commit 8ce9eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ce9eba

Please sign in to comment.