Closed Bogidon closed 5 years ago
Thanks for letting me know (and sorry I didn't notice this issue sooner!). This one is hard to fix. I will have to think about it...
Yeah, this is really hard to fix. I've explained it better in the book and the documentation. That might be the best I can do.
Haven't dived too deeply into this, but I'm getting the feeling it isn't the intended behavior. There's a lot of weirdness that happens when multiplying a Pint
Quantity
by a modsimVector(Quantity)
.For example, this produces the expected result:
however accessing x or y produces an error:
here's a workaround:
Unrelated, there's a weird edge case that brakes Pint's TeX formatting:
Looks like there's some kind of superscript formatting going on in the TeX source? Might be a bug on Pint's end.