https://github.com/cornellius-gp/linear_operator/pull/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.
https://github.com/cornellius-gp/linear_operator/pull/62 introduced an inconsistency of the
linear_ops
property ofKroneckerProductLinearOperator
(by making it alist
rather than atuple
in some cases). This broke some downstream usage of this that relied on this being a tuple.