Tyler Yep
Tyler Yep
Can you post a reproducible example here? From the original comment on this thread, it seems to be a problem with the original model or input rather than an issue...
Thanks for looking into this. Could you provide a small example model + output to illustrate your point? That will help validate this fix works
Can you post the full code used to reproduce this error?
Thanks for the PR! I would likely gate this behind a row setting at least to begin with before officially making this the default behavior.
More about being gradual with changes - some people may rely on the output matching exactly so there needs to be at least one version announcing the change before we...
This seems like a good idea, PRs appreciated :) I would prefer some cleaner way of providing the percentage form of all of these measurements though. If we keep going...
I guess 1) is okay for now. From the options, I think anything else will make the API more confusing
Could you give an example of what input model and what the output in latex formatting looks like (with a screenshot too?). PRs for this are welcome!
> If an annotation won't be evaluated at runtime, we don't need to flag from __future__ import annotations as required. @charliermarsh This is only accurate in Python versions 3.10+ I...
But quoted ones will work regardless of the Python version: ``` Python 3.8.16 (default, Dec 20 2022, 18:52:29) [Clang 14.0.3 ] on darwin Type "help", "copyright", "credits" or "license" for...