Closed eric-wieser closed 4 years ago
Previously galgebra broke this pretty-printing on immutable dense matrices by overriding Matrix.__repr__. Doing this instead on the base class prevents interference with the unicode pretty printer.
Matrix.__repr__
CI failures are expected, this is good to go.
Previously galgebra broke this pretty-printing on immutable dense matrices by overriding
Matrix.__repr__
. Doing this instead on the base class prevents interference with the unicode pretty printer.