Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 12, 2024
1 parent 71072e4 commit 8d52fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TensorNetwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct TensorNetwork <: AbstractTensorNetwork
dict
end

# Check index size consistency if not inside an `UnsafeScope`
# Check index size consistency if not inside an `UnsafeScope`
if isnothing(unsafe) # If there is not an active UnsafeScope, check for index sizes
for ind in keys(indexmap)
dims = map(tensor -> size(tensor, ind), indexmap[ind])
Expand Down

0 comments on commit 8d52fda

Please sign in to comment.