Add least_frequent_action method; patch test faults.

This commit is contained in:
Cutieguwu
2025-05-01 20:45:43 -04:00
parent 4d8f1d2d46
commit 2fbef3c83f
2 changed files with 154 additions and 53 deletions

View File

@@ -513,7 +513,7 @@ mod tests {
Event::Kickoff(Team::Nebraska),
Event::Play(Play::default()),
Event::Score(ScorePoints::default()),
Event::Kickoff(Team::SouthCarolina),
Event::Kickoff(Team::ArizonaState),
Event::Play(Play::default()),
Event::Turnover(Team::Nebraska),
Event::Play(Play::default()),