Skip to content

Commit

Permalink
Fix kahypar test
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 3, 2023
1 parent 628671a commit 72c3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/KaHyPar_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EinExpr([:d, :g, :c], Dict(i => 2 for i in [:d, :g, :c])),
]

path = einexpr(HyPar, EinExpr(Symbol[], tensors))
path = einexpr(HyPar(imbakance=0.42), EinExpr(Symbol[], tensors))

@test path isa EinExpr

Expand Down

0 comments on commit 72c3562

Please sign in to comment.