-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
beat matrix diagonal #252
Labels
Comments
The diagonal elements have no meaning, none of the result computational algorithms uses them, hence it is unnecessary to store zeros. |
We do that nevertheless. |
szirbucz |
szirbucz
added a commit
to szirbucz/PDEngine
that referenced
this issue
Mar 30, 2019
szirbucz
added a commit
to szirbucz/PDEngine
that referenced
this issue
Mar 30, 2019
magwas
pushed a commit
that referenced
this issue
Mar 30, 2019
magwas
pushed a commit
that referenced
this issue
Apr 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behaviour: Schulze method/normalize beat matrix;the diagonal elements are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour("the diagonal elements are (0,0)")
A testable aspect of function: a set of pre- and postconditions.
Deviation in model
The text was updated successfully, but these errors were encountered: