Closed vieting closed 1 year ago
I had an issue with tuples that contain non-hashable entries, therefore I modified the check in wrap() to check if all entries are also hashable.
wrap()
The failing tests are the ones from #125.
I had an issue with tuples that contain non-hashable entries, therefore I modified the check in
wrap()
to check if all entries are also hashable.