Skip to content

Commit

Permalink
Update 1_intro.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonnay authored Jul 11, 2024
1 parent 9089484 commit 71b2f81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user/tutorial/1_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,11 @@ their bloc.
# note that we include candidates with 0 support,
# and that our preference intervals will automatically rescale to sum to 1
pref_intervals_by_bloc = {"Alpha": {"Alpha": PreferenceInterval({"A": .8, "B":.15}),
"Xenon": PreferenceInterval({"X":0, "Y": .05})},
pref_intervals_by_bloc = {"Alpha": {"Alpha": PreferenceInterval({"A": .8, "B":.2}),
"Xenon": PreferenceInterval({"X":0, "Y": 1})},
"Xenon": {"Alpha": PreferenceInterval({"A": .05, "B":.05}),
"Xenon": PreferenceInterval({"X":.45, "Y": .45})}}
"Xenon": {"Alpha": PreferenceInterval({"A": .5, "B":.5}),
"Xenon": PreferenceInterval({"X":.5, "Y": .5})}}
bloc_voter_prop = {"Alpha": .8, "Xenon": .2}
Expand Down

0 comments on commit 71b2f81

Please sign in to comment.