Skip to content

Commit e5d089a

Browse files
committed
Fix the tests
1 parent 43635ba commit e5d089a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/order.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function vertices(
351351
update_bucket!(db, v; degtype, direction)
352352
end
353353
end
354-
if direction == :low2high
354+
if direction == :high2low
355355
reverse!(π)
356356
end
357357
return π
@@ -410,7 +410,7 @@ function vertices(
410410
end
411411
num_visited = 0
412412
end
413-
if direction == :low2high
413+
if direction == :high2low
414414
reverse!(π)
415415
end
416416
return π

0 commit comments

Comments
 (0)