Skip to content
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

Fix type of KroneckerProductLinearOperator.linear_ops (in some cases) #66

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

Balandat
Copy link
Collaborator

@Balandat Balandat commented Jun 3, 2023

#62 introduced an inconsistency of the linear_ops property of KroneckerProductLinearOperator (by making it a list rather than a tuple in some cases). This broke some downstream usage of this that relied on this being a tuple.

cornellius-gp#62 introduced an inconsistency of the `linear_ops` property of `KroneckerProductLinearOperator` (by making it a `list` rather than a `tuple` in some cases). This broke some downstream usage of this that relied on this being a tuple.
@Balandat Balandat merged commit 7c5aabd into cornellius-gp:main Jun 3, 2023
@Balandat Balandat deleted the fix_linop_type branch June 3, 2023 00:05
@Balandat
Copy link
Collaborator Author

Balandat commented Jun 3, 2023

(could probably have been avoided by better unit test coverage...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant