Skip to content

Commit

Permalink
small if change, review correction
Browse files Browse the repository at this point in the history
  • Loading branch information
traducha committed May 10, 2022
1 parent 3f21f26 commit 4ac2aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def f(n, g):
# Determine the number of states
if self.num_parties < 2:
raise ValueError('The simulation needs at least two states')
if self.num_parties >= 2:
else:
self.all_states = generate_state_labels(self.num_parties)
self.zealot_state = self.all_states[0]
self.not_zealot_state = self.all_states[-1]
Expand Down

0 comments on commit 4ac2aa5

Please sign in to comment.