ilakk manoharan

Results 24 comments of ilakk manoharan

Prototype for multi-threaded PYTEST_CURRENT_TEST tracking I created a small demo project to explore how PYTEST_CURRENT_TEST could be generalized for multi-threaded runs. Repository: [ilakkmanoharan/pytest-thread-context](https://github.com/ilakkmanoharan/pytest-thread-context) Summary of results: ============================================================ test session starts...

I’ve added a detailed results and explanation document for the prototype here: https://github.com/ilakkmanoharan/pytest-thread-contextv2/blob/main/RESULTS.md It includes: Test output demonstrating per-thread isolation of PYTEST_CURRENT_TEST. Explanation of how each thread (e.g. pytest-thread-{n}) maintains...

> This PR is not properly scoped. It contains the commits from your separate PR on hatch handling, which has nothing to do with #30739. > > Please take more...

@AmandaBalderas20 You have to create a pull request to work on the issues and the maintainers would review your work and respond to you. And you can also write your...

@AmandaBalderas20 I would recommend holding off on this for now, as I need to conduct further tests. Of course, you are free to proceed if you wish, but this is...

@story645 Yes Hannah, I will look into this issue this weekend and close it soon.

Fix grouped_bar: legend labels, colors, and hatch handling #30768 @story645 @timhoffm

https://github.com/matplotlib/matplotlib/issues/30728#issuecomment-3492214169

@timhoffm @story645 @rcomer ### **Current behavior of colors and hatch:** **When colors=None:** Matplotlib automatically cycles through the property color cycle (axes.prop_cycle), giving each dataset a distinct color by default. **When...

When hatch is a single-element list (e.g. ['//']): The same hatch pattern is applied to all datasets. When colors is a single-element list (e.g. ['blue']): The same color is applied...