Andrew Hearin

Results 71 comments of Andrew Hearin

[This](https://github.com/astropy/halotools/blob/3580070a326863b3569cad00b7c9cf24cda74ece/pyproject.toml#L32) is the offending line in particular

I was mistaken when I said the linter does not work. At least, after shutting down and restarting the editor, the flake8 linter seems to work fine in the sense...

Well I resolved at least one other issue that happened after the update: I had previously checked the box for "remove trailing whitespace, but this was unchecked after updating. I...

@matkozak - many thanks for chiming in! Yes, I do indeed have python 3.12.5 installed in the virtual environment where I am running black in vs code. I will try...

@matkozak thanks again for taking the time to post this solution - I confirm that switching to python 3.12.9 solves the issue. Thanks also to @jrieken for putting time into...

Thanks for reporting this issue. I've never ran the halotools test suite in parallel and so I have not noticed this before. All of the failing tests you show appear...

Nice work on putting together a minimal reproducer and identifying what I agree is a very sensible fix (including your idea to raise an error for unexpectedly negative numbers). Maybe...

Thanks to @johannesulf and Kaustav for a simple fix of this subtle issue. I'm not sure why CI is failing at the moment, but it looks like it doesn't have...

Well this workflow failure appears to be persistent (sometimes fails like this are only transient due to a temporary issue in the dependency chain). I found [this github page](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) indicating...

I'm having some trouble getting these workflows to pass, but there is nothing wrong with the source code in this PR - the test failures are due to a workflow...