Matthew Feickert
Matthew Feickert
cc @jmduarte and co given Discussion https://github.com/scikit-hep/fastjet/discussions/302
A better script: ```bash #!/bin/bash rm -rf CGAL-5.6* # c.f. https://gist.github.com/nicktoumpelis/11214362 git submodule foreach --recursive git clean -d -f -x git submodule foreach --recursive git reset --hard python -m pip...
> Well, in a given thread it appears once, I don't think that's too bad > ... > What I think is annoying is when working in multithreading environments, e.g.,...
So was there any resolution on this, or is this still an issue that someone has yet to take on?
cc @kratsg, @lukasheinrich
@PatriceJada @DonggeLiu Just curious what's actually the status on all of this. Is the work that we were approached on going to happen, or did that fall through?
Okay, thanks for the information. This was strange to have been approached to participate in a program and then have no follow up. :?
@mpetroff can we get an approval from you that you're good with the name changes discussed in https://github.com/mpetroff/accessible-color-cycles/issues/1 that were adopted here?
@tacaswell @mpetroff Can we rebase this off `main` again as the CI seems to be fixed there now, and then this should be good to merge whenever.
Probably the wrong place to ask this, but `petroff10` landed in Matplotlib `v3.10.0` https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.10.0.html#new-more-accessible-color-cycle so we can now do ```python import matplotlib.pyplot as plt plt.style.use("petroff10") petroff10 ``` which is great....