Update phase/compute.py
Browse filesmodified descriptions in group summary
- phase/compute.py +2 -2
phase/compute.py
CHANGED
|
@@ -71,8 +71,8 @@ class ParticipationAdoptionIndex:
|
|
| 71 |
f"{'dominated by fewer groups' if final_pci >= pci_mid else 'with participation spread across groups'}."
|
| 72 |
)},
|
| 73 |
"Group Summary":
|
| 74 |
-
{"
|
| 75 |
-
"
|
| 76 |
}
|
| 77 |
}
|
| 78 |
|
|
|
|
| 71 |
f"{'dominated by fewer groups' if final_pci >= pci_mid else 'with participation spread across groups'}."
|
| 72 |
)},
|
| 73 |
"Group Summary":
|
| 74 |
+
{"Major Contributing Groups": f"At least {effective_groups_int} groups made major contributions.",
|
| 75 |
+
"Equivalent Equal-Sized Groups": f"Overall participation feels roughly equivalent to {effective_groups_rounded} equally sized groups."
|
| 76 |
}
|
| 77 |
}
|
| 78 |
|