axel3rd / mpg-coach-bot

MPG (Mon Petit Gazon) coach bot, to automate and optimize weekly actions
https://axel3rd.github.io/mpg-coach-bot/
MIT License
21 stars 8 forks source link

Bonus selection fails when last match and unuspported "Decat" bonus exists #246

Closed axel3rd closed 1 year ago

axel3rd commented 1 year ago

When no more bonus except "decat":

Updating team ...
Exception in thread "main" java.lang.UnsupportedOperationException: Bonus cannot be null here, bug in selection algorithm !
        at org.blondin.mpg.Main.getBestBonus(Main.java:641)
        at org.blondin.mpg.Main.selectBonus(Main.java:615)
        at org.blondin.mpg.Main.getCoachRequest(Main.java:524)
        at org.blondin.mpg.Main.updateTeamWithRetry(Main.java:276)
axel3rd commented 1 year ago

In fact, part of https://github.com/axel3rd/mpg-coach-bot/issues/234