brycefrank / pyfor

Tools for analyzing aerial point clouds of forest data.
MIT License
93 stars 19 forks source link

Cryptic error when clipping a particular polygon and point set #56

Closed brycefrank closed 5 years ago

brycefrank commented 5 years ago
bool llvm::APInt::operator==(const llvm::APInt&) const: Assertion `BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"' failed.
brycefrank commented 5 years ago

Opened issue here. Seems to be version related.

https://github.com/numba/numba/issues/4135

brycefrank commented 5 years ago

This was specific to a particular CPU architecture. Leaving un-fixed for now. It is unlikely to come up in most analyses.