FAZuH / faz-bot

Wynncraft utility and statistics discord bot.
MIT License
1 stars 0 forks source link

fix: Fix error on specific CraftedUtil arguments #45

Closed FAZuH closed 5 days ago

FAZuH commented 5 days ago

Fix unexpected error when CraftedUtil is called with large enough negative boost value. This error occurs due to flawed code failing to offset ing_rolls_boosted to prevent negative element error on numpy.bincount().

Also added tests for CraftedUtil