odl icon indicating copy to clipboard operation
odl copied to clipboard

Updated transmission.py: extremely minor change to an inaccuracy I found while browsing the repo

Open ShuvraneelMitra opened this issue 3 months ago • 2 comments

Changed [-1, -1] x [-1, -1] to [-1, 1] x [-1 x 1]

ShuvraneelMitra avatar Sep 08 '25 11:09 ShuvraneelMitra

Thanks for submitting!

In principle this clear-cut fix can easily be merged - but we decided to avoid touching the master branch (except for important bugfixes) until we have finalized the major work on Array-API / PyTorch integration, so as to not make the integration of that diverged branch any more complicated than it already is.

So this PR will have to be rebased on top of those changes. I shall do that when we get there.

leftaroundabout avatar Sep 08 '25 15:09 leftaroundabout

Thanks @leftaroundabout !

ShuvraneelMitra avatar Sep 10 '25 10:09 ShuvraneelMitra