We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Behaviour: Schulze method/compare beats;if beats are different, the bigger wins
@tested_feature("Schulze method")
@tested_operation("compare beats")
@tested_behaviour("if beats are different, the bigger wins")
if beat1[forward] > beat2[forward] then beat1 wins, and vica versa
Deviation in model
The text was updated successfully, but these errors were encountered:
valentinbujdoso
Sorry, something went wrong.
It is part of the 291 PR
Create BeatTable #238 #239 #240 (#291)
c08ba94
* Create BeatTable #238 #239 #240 * CompareBeats #249 #250 * Add unimplemeneted test * Traits pattern
done
35e5aef
No branches or pull requests
Behaviour: Schulze method/compare beats;if beats are different, the bigger wins
@tested_feature("Schulze method")
@tested_operation("compare beats")
@tested_behaviour("if beats are different, the bigger wins")
if beat1[forward] > beat2[forward] then beat1 wins, and vica versa
Deviation in model
The text was updated successfully, but these errors were encountered: