Skip to content

Commit c9d3016

Browse files
committed
Fix flaky test
1 parent 41267f1 commit c9d3016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/riemannian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ end
545545
integrator = GeneralizedLeapfrog(initial_ϵ, 15)
546546
kernel = HMCKernel(Trajectory{MultinomialTS}(integrator, GeneralisedNoUTurn()))
547547

548-
acceptance_rate = 0.9
548+
acceptance_rate = 0.7
549549
adaptor = StepSizeAdaptor(acceptance_rate, integrator)
550550

551551
samples, stats = sample(

0 commit comments

Comments
 (0)