Antony Lee
Antony Lee
> oh, hold it, do we still not require scipy as a hard requirement I'm certainly OK with deprecating spectral functions from mlab, but I would much rather not add...
What's the status here? Is this dependent on mplsignal being released on PyPI? (It doesn't seem to be there yet.) Normally the tests should only be removed when the implementations...
I think(?) you can use a pytestmark (https://docs.pytest.org/en/7.1.x/example/markers.html#marking-whole-classes-or-modules) with a custom warningsfilter mark (https://docs.pytest.org/en/7.1.x/how-to/capture-warnings.html#pytest-mark-filterwarnings, see also https://docs.python.org/3/library/warnings.html#describing-warning-filters for syntax).
Please provide your fontlist.json (from the cache directory), and the debug-level log.
I think the problem is that the rebuild can be quite slow (depending on the hard drive speed). However the log message could explicitly suggest regenerating the font cache in...
Perhaps you can remove F401 for all backends from `.flake8` (and put in a more targeted exclusion if needed)?
Sorry to hijack this PR (which looks nice, although I haven't checked the exact algorithms yet), but perhaps we can revisit #19201 (smaller svg baselines by not embedding fonts) as...
Agreed it looks better without the shift; a quick git blame suggests this comes from the original implementation (c10b4bbe) with no reason given :-(
I put up a revival of #19201 at #22881, let's discuss that there.
Seems like a reasonable guess as to why this came in. Do you have any idea of what TeX does to avoid the same problem?