# Problem This is actually a very stupid bug caused by the hardcoded upper limit of `60` when calculating the pascal model. ## Proposed solution - [ ] Add a number input for the upper limit of the calculation so the user can change it as desired. ## Momentary patch - [x] Increase the hardcoded limit to `100` or maybe `r + 60`
Problem
This is actually a very stupid bug caused by the hardcoded upper limit of
60when calculating the pascal model.Proposed solution
Momentary patch
100or mayber + 60