Skip to content

Commit

Permalink
fix: update alias sampling example (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Stęchły <[email protected]>
  • Loading branch information
bdg221 and mstechly authored Aug 8, 2024
1 parent 4d3be7d commit 0038d3e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/data/alias_sampling_basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"input_params": [
"L"
],
"local_variables": [
"R=ceiling(log_2(L))"
]
"local_variables": {
"R" : "ceiling(log_2(L))"
}
},
{
"name": "had",
Expand Down Expand Up @@ -99,9 +99,9 @@
"L",
"mu"
],
"local_variables": [
"R=ceiling(log_2(L))"
]
"local_variables": {
"R" : "ceiling(log_2(L))"
}
},
{
"name": "compare",
Expand Down Expand Up @@ -333,9 +333,9 @@
"mu",
"L"
],
"local_variables": [
"R=ceiling(log_2(L))"
],
"local_variables": {
"R" : "ceiling(log_2(L))"
},
"linked_params": [
{
"source": "L",
Expand Down

0 comments on commit 0038d3e

Please sign in to comment.