Skip to content

Commit

Permalink
Fix other typo in tests (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Jun 12, 2024
1 parent bd53666 commit ac010cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coloring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ end;

@testset verbose = true "Bipartite graph bicoloring" begin
@testset "$method" for method in BICOLORING_METHODS
@testset "$order" for order in BICOLORING_ORDERS[1:1]
@testset "$order" for order in BICOLORING_ORDERS
@testset "(n, m, p) = $((n, m, p))" for (n, m, p) in asymmetric_params
J = sprand(rng, Bool, n, m, p)
filename = joinpath(@__DIR__, "J.mtx")
Expand Down

0 comments on commit ac010cf

Please sign in to comment.