Skip to content

Commit

Permalink
Update sets.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 10, 2023
1 parent 2c9b630 commit 4da441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Utilities/sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function test_diagonal_element()
# We can drop the `- 1` as `div` already discards it.
for n in 1:100
@test div(isqrt(1 + 8n), 2) ==
MOIU.side_dimension_for_vectorized_dimension(vec_dim)
MOIU.side_dimension_for_vectorized_dimension(n)
end
return
end
Expand Down

0 comments on commit 4da441e

Please sign in to comment.