Skip to content

Commit

Permalink
Fix typo in tests (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Jun 12, 2024
1 parent 5b1ceb8 commit bd53666
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 @@ -71,7 +71,7 @@ end;

@testset verbose = true "Bipartite graph partial coloring" begin
@testset "$method" for method in PARTIAL_COLORING_METHODS
@testset "$order" for order in PARTIAL_COLORING_ORDERS[1:1]
@testset "$order" for order in PARTIAL_COLORING_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 bd53666

Please sign in to comment.