Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Feb 5, 2024
1 parent a0b57bd commit 3f4c241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ function causalzigzag(n, G = (DiGraph(n), 0); balance = metropolis_balance, prio
#λbar = max(dir*float(-s1 + s2), 0.0)
#λrw = float(s1 + s2)
#λup = float(s1)
λ = dir == 1 ? (s1) : (s2)
λbar = max(dir*(-s1 + s2), 0.0)
λrw = (s1 + s2)
λup = (s1)
Expand Down

0 comments on commit 3f4c241

Please sign in to comment.