Utensil
Utensil
> ❓ What to do about extra preamble? What extra preamble?
> > We could clean up the API of xpdf and introduce xtex as in this branch . > > I don't feel any strong urge to do that before...
> > What extra preamble? > > abrombo's branch contains a bunch of extra latex preamble which is printed at the start of a jupyter notebook by `Format()` so that...
@eric-wieser What do you mean by `if obj does not take part in the comparison`? It seems that such a rewrite won't kick in unless not both < and >...
This is nice to be fixed and it's a good discussion, but as an issue, we could close it now as it tracks no action.
I see, that's why you said "#54 causes no visible issues, but does cause internal headaches and incompatibility with clifford". So this issue itself could be closed again?
Here it meant to call itself recursively. Might just need to remove the sympy.collect import line. Sent with GitHawk
I removed the import of collect in #37, see https://github.com/pygae/galgebra/pull/37#issuecomment-566840997 . It can only be truly fixed after we recover the recursion with the right type.
I was profiling using the method described in https://devopedia.org/profiling-python-code and https://julien.danjou.info/guide-to-python-profiling-cprofile-concrete-case-carbonara/ . ```bash python -m cProfile -o curvi_linear_latex.cprof curvi_linear_latex.py python -m pyprof2calltree -i curvi_linear_latex.cprof -k ``` But KCacheGrind gave me...