-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Codim 2 coupling #731
base: main
Are you sure you want to change the base?
Codim 2 coupling #731
Conversation
# if permutation[0] == 1: | ||
# A_ref[:, [1, 2]] = A_ref[:, [2, 1]] | ||
# A_ref[:, [4, 5]] = A_ref[:, [5, 4]] | ||
# print(A.T) |
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.
@jpdean COuld you have a look at this logic?
# print(A.T) | ||
print() | ||
print(A_ref.T) | ||
print(A.T) |
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.
These prints need removing before we merge
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.
We need some guidance form @jpdean on the transformation logic in the tests.
No description provided.