This fixes the bug TypeError: 'float' object cannot be interpreted as an integer
, according to the fix described by mjdi in issue 6. I've tested it, and it works for me, at least.
Is casting as an int a really good choice here for precision sake?
It works for me, thanks!
This fixes the bug TypeError: 'float' object cannot be interpreted as an integer
, according to the fix described by mjdi in issue 6. I've tested it, and it works for me, at least.