When I execute the test suite, I get 122 errors of the form
AttributeError: 'DenseLinearOperator' object has no attribute 'operator'
When I add an operator attribute here and set it to tsr, all tests pass.
It seems like @gpleiss is about to merge this, and I am not sure if there are any other pending changes coming into this repository. Let me know if I should hold off until the merge is complete, or if I should make a PR for this.
I ran into this while porting over this PR here.
When I execute the test suite, I get 122 errors of the form
When I add an
operator
attribute here and set it totsr
, all tests pass.It seems like @gpleiss is about to merge this, and I am not sure if there are any other pending changes coming into this repository. Let me know if I should hold off until the merge is complete, or if I should make a PR for this.