Santiago Soler
Santiago Soler
Idea that came up during last meeting (2024-06-05): don't use trademarked systems in the class names.
Sure, I think we should just default to the pydata theme. I didn't know if the default theme was required for some reason. I can just remove the try statement...
@dccowan would you like to take a look at this PR? While working on extending the tests for #1394, I noticed that the `seed` argument was not being correctly passed...
I'm merging this so we can unblock some other PRs.
We should check if changing matplotlib's version doesn't break anything before we merge.
I'm not sure which app in `gpgLabs` are these changes impacting on. But the code looks good. Feel free to merge if you're confident with these new values.
Hi @rishabh-ranjan. Thanks for opening this Issue. I understand the issue you're facing and I see how enabling lockfiles could solve your problem. Nonetheless, considering that supporting async runs of...
I see. Could you provide a minimal example that reproduces the issue you face? Are you getting a particular error? Is the code just taking longer than it should? >...
> I don't exactly remember what error I ran into, but my guess was that it could be because of race conditions between different processes downloading the same file. Since...
One more note: `lockfile` is a deprecated project, use `filelock` instead: https://py-filelock.readthedocs.io