David Stansby
David Stansby
When using `multiprocessing-logging` in tandem with some code that has a `Pool`, I'm seeing a new error when upgrading from Python 3.9.12 to 3.9.13. The error messages are like: ```python...
https://github.com/quantumjot/BayesianTracker/pull/115 will add a `pytest` fixture for generating an `.h5` file that is used to test the napari btrack reader. Currently it only saves some segmentation objects. It should be...
### Description When updating from numpy 1.22 to numpy 1.23, trying to test for equality with an empty and non-empty table rasies an error ### Expected behavior `False` to be...
### Description This is part of solving https://github.com/astropy/astropy/issues/12568. Instead of calculating tick and tick-label coordinates before draw time, which in general is not a safe thing to do, calculate them...
**Describe the bug** I have a modestly sized (175MB, ~1 million lines) .csv file, which takes ~ seconds to be loaded by `pandas.read_csv`. Trying to import the same dataset into...
**Describe the bug** When starting `glue`, the following message appears in my terminal: ```python /Users/dstansby/miniconda3/lib/python3.8/site-packages/glue/external/echo/__init__.py:3: UserWarning: glue.external.echo is deprecated, import from echo directly instead warnings.warn('glue.external.echo is deprecated, import from echo...
I just noticed the dark theme building some docs, and it's awesome 😄 . It looks like inheritance diagrams need a theme applying to them though, otherwise the arrows between...
**Description of the desired feature:** It would be great to support data mirrors, ie. having values for `base_url` where the second, third etc. values can be used if the first...
I saw https://discuss.python.org/t/the-cursed-release-of-python-3-11-0b4-is-now-available/17274 and thought it might be nice to do a single test with the Python 3.11 beta.
### Describe the bug `test_incorrect_content_disposition` has been failing for a while on CI with the error: ```python =================================== FAILURES =================================== ______________________ test_incorrect_content_disposition ______________________ [gw1] linux -- Python 3.9.13 /home/runner/work/sunpy/sunpy/.tox/py39-online/bin/python client...