Closed Cwavs closed 4 months ago
seems like the fix would just be to unpack strength
. Idk if it's even PR worthy
You clearly passed a list instead of a tuple, resulting in strength being ([...], [...])
Then max picks up a list and does [...] <= 0.0
My bad, the square brackets in the definition confused me lmao
Running PlaceboGrain with a Tuple for strength seems to give me the following error: