Skip to content

Commit

Permalink
Update validphys2/src/validphys/results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
scarlehoff and RoyStegeman authored May 8, 2024
1 parent 845b5d6 commit 1a3b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def groups_chi2_table(groups_data, pdf, groups_chi2, groups_each_dataset_chi2):
records.append(stats)
stats = chi2_stats(groupres)
stats["group"] = str(group)
stats["dataset"] = ""
stats["dataset"] = "Group Total"
records.append(stats)
return pd.DataFrame(records)

Expand Down

0 comments on commit 1a3b814

Please sign in to comment.