gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

[BugFix] fix type instability #59

Closed April-Hannah-Lena closed 2 years ago

April-Hannah-Lena commented 2 years ago

I noticed a small type instability in key_to_box that in some cases forces Julia to convert types back and forth. It likely only affects the cuda version. Luckily the fix is only one extra line.

Also a small issue with the Adapt function for BoxPartitions is now fixed.