Skip to content

Commit

Permalink
bug fix; first part
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenharry committed Aug 21, 2024
1 parent 62ba7d2 commit 89b84b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blackjax/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,4 @@ def incremental_value_update(
average,
)
total += weight
incremental_val = total, average
return incremental_val
return total, average

0 comments on commit 89b84b0

Please sign in to comment.