Skip to content

Commit d250afa

Browse files
committed
remove debug
1 parent 201ad69 commit d250afa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/sample.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,6 @@
691691
chain = sample(MyModel(), MySampler(), m, niters, 4; callback=callback)
692692
end
693693
chain_numbers = collect(channel)
694-
# if the test fails, the output is too long to show, so print it manually to see
695-
# what's going on
696-
if sort(chain_numbers) != repeat(1:4; inner=niters)
697-
println(chain_numbers)
698-
end
699694
@test sort(chain_numbers) == repeat(1:4; inner=niters)
700695
end
701696
end

0 commit comments

Comments
 (0)