point-e icon indicating copy to clipboard operation
point-e copied to clipboard

Fix TypeError bug

Open askiiart opened this issue 2 years ago • 2 comments

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.

askiiart avatar Dec 21 '22 21:12 askiiart

Is casting as an int a really good choice here for precision sake?

jamesthesnake avatar Dec 22 '22 00:12 jamesthesnake

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.

vyorick avatar Dec 28 '22 10:12 vyorick