You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the latex printer is not invoked when the string printer is requested (#260)
It is not safe to call `str()` from within `Mv_str`, as `str()` is overloaded by `ga.printer` to sometimes mean `latex()`.
Previously, `GaPrinter().doprint(mv)` would return latex despite being an explicit request for the non-latex format.
0 commit comments