Robert Queenin

Results 8 issues of Robert Queenin

This commit is a first pass to resolve #88, converting pyke to more Pythonic logging. I have diffs ready to migrate the other files to use keplog.py, but the diffs...

Per @korikuzma's suggestion on #671, this adds a basic `ruff` configuration. This should be merged after the 18 errors are fixed. Related: #413

resurrected

Add `black` format check Github workflow to pushes and pull requests. Also formats code using `black` in order to pass check. Most changes look to be differences in output between...

resurrected

Ignores linter error `E501`, continuation of #674 as I neglected to lint the `tests/` path. Unblocks #673

resurrected

Update deprecated `numpy` calls to resolve unit test warnings as part of #101 ``` .tox/test/lib/python3.11/site-packages/astrocut/tests/test_make_cube.py: 11 warnings /host/.tox/test/lib/python3.11/site-packages/_pytest/python.py:194: DeprecationWarning: `alltrue` is deprecated as of NumPy 1.25.0, and will be removed...

*Issue number of the reported bug or feature request: #168 * **Describe your changes** Add check for core dump file ending in `.gz`. If so, decompress to temporary file and...

### Description This pull request is to address removing unused variables from the `coordinates` sub-package, resolving the linter error [F841](https://docs.astral.sh/ruff/rules/unused-variable/). I attempted to keep it simple and not remove any...

testing
coordinates
Close?
no-changelog-entry-needed
dev-automation

### Describe the current behavior Flow logs do not visually distinguish re-runs. ### Describe the proposed behavior A horizontal rule or some other UI element between each run's logs. ###...

enhancement