-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
My typical quickfix output looks like (for a python file, my usual use case):
|| R=tensor([[-0.9987+0.j, 0.0199+0.j, -0.0470+0.j],
|| [-0.0481+0.j, -0.6765+0.j, 0.7349+0.j],
|| [-0.0171+0.j, 0.7362+0.j, 0.6765+0.j]])
||
|| [email protected]=tensor([[ 1.0000e+00+0.j, -1.2576e-09+0.j, -2.4934e-09+0.j],
|| [-1.2576e-09+0.j, 1.0000e+00+0.j, 4.1653e-09+0.j],
|| [ 0.0000e+00+0.j, 0.0000e+00+0.j, 1.0000e+00+0.j]])
||
|| eigvals=tensor([-0.9993+0.0371j, -0.9993-0.0371j, 1.0000+0.0000j])
[...]
I would like to completely remove the || on the left of the output. How can I accomplish this?
I'm launching with templates that use components = { { "on_output_quickfix", open = true }, "default" }
I saw this somewhat mentioned in #45, but I didn't really understand how to remove these || symbols. Do I need to change errorformat or something?
Metadata
Metadata
Assignees
Labels
No labels