You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nrkfeller you just need to implement the types.Hashable interface for float. I haven't implemented it because I haven't needed it yet. I just did a quick implementation in #2 . Please test that out and let me know if works. If you wanted to write a test that would be great as well but do not feel obligated.
As it currently stands. It seems I can only use "types.Int" as keys in the bptree is there a way we can use float64 instead?
The text was updated successfully, but these errors were encountered: