Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NDTensors/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NDTensors"
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
version = "0.4.22"
version = "0.4.23"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>"]

[workspace]
Expand Down
3 changes: 1 addition & 2 deletions NDTensors/src/blocksparse/block.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ else
end
end

hash(b::Block) = UInt(b.hash)
hash(b::Block, h::UInt) = h + hash(b)
hash(b::Block, h::UInt) = hash(b.hash, h)

#
# Custom NTuple{N, Int} hashes
Expand Down
Loading