From 3d789ac45df0c3670ea4158eb6056dea2f378ea2 Mon Sep 17 00:00:00 2001 From: Evan Batsell Date: Fri, 28 Jun 2024 10:25:47 -0400 Subject: [PATCH] Fix --- programs/steward/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/steward/README.md b/programs/steward/README.md index 88503068..c9419393 100644 --- a/programs/steward/README.md +++ b/programs/steward/README.md @@ -317,8 +317,8 @@ $` \displaylines{ \text{superminority\_score} = \begin{cases} -1.0 & \text{if not in superminority in current epoch} \\ -0.0 & \text{otherwise} +0.0 & \text{if in superminority in current epoch} \\ +1.0 & \text{otherwise} \end{cases} \\ } `$