-
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
Issue 23 #29
Issue 23 #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please add all missing cases, just to be sure that it works:
'average', 'or', etc...
braph/graph/test_symmetrize.m
Outdated
3 2 1 | ||
]; | ||
|
||
%% Test 1: Symmetrize Default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%% Test 1: Symmetrize 'Max' (Default)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it to %% Test 1: Symmetrize Max Default because when test runs the output is weird because of special characters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
braph/graph/test_symmetrize.m
Outdated
'BRAPH:symmetrize:Bug',... | ||
'Symmetrize default case not working correctly') | ||
|
||
%% Test 2: Symmetrize Sum Add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%% Test 2: Symmetrize 'Add'
braph/graph/test_symmetrize.m
Outdated
6 3 2; | ||
]),... | ||
'BRAPH:symmetrize:Bug',... | ||
'Symmetrize sum, add case not working correctly') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Symmetrize 'add' case not working correctly')
]),... | ||
'BRAPH:symmetrize:Bug',... | ||
'Symmetrize sum, add case not working correctly') | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add Symmetrize 'Sum' case
braph/graph/test_symmetrize.m
Outdated
3 2 1; | ||
]),... | ||
'BRAPH:symmetrize:Bug',... | ||
'Symmetrize default case not working correctly') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Symmetrize 'max' case (default) not working correctly')
Genesis with Parallel ON
#23 Created a unit test for symmetrize.m