Elliott Sales de Andrade

Results 335 comments of Elliott Sales de Andrade

Ah, here's a [full explanation](https://bugs.python.org/issue46573#msg412349): > * Both pyglet and Tk use AppKit to implement their GUI > * AppKit uses an NSApplication class, and in particular a singleton instance...

We can save a little here with `np.vectorize`, though I can't say whether it's really worth it. ```python import datetime import timeit import pytz # Prepare the data N =...

The new test does not appear to be passing.

Note, I couldn't add a rule on this workflow passing yet, probably because it's not had any runs in this repo. So we can't really preview it (at least with...

I could set it on other checks, but that would likely affect other PRs. However, I don't think it would look too different from how it does now with the...

Hmm, I thought we had merged this already. It's not really waiting for another PR, right? That was just for testing?

Here I see it passing (the 1 failing is codecov): ![image](https://github.com/matplotlib/matplotlib/assets/302469/f5f59f38-a17a-492d-ab84-56bff164412a) But confusingly, if I go to the Checks tab, then there are _four_ copies of this check, and two...

We've already discussed this on the call and decided to try it out, and see if it's effective.

This is now required on PRs. I couldn't find it as the workflow name, but it turns out it's listed by job name.