Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* start adding type hints and switch from os.path to pathlib.Path * add pyproject.toml and poetry lock file * Run isort and black * Fixes for issues identified by ruff and pylance * Finish fixes for ruff linting errors and a few small improvements. * Updated utils.weight_stack * small tweaks to avoid potentially unbound variables (thanks ruff) * Switch github actions to use isort and ruff * fix multi-line examples for doctest * Cleanup actions to remove duplicate run of test suite * remove setup.cfg and setup.py in favor of pyproject.toml * Fixed test errors in test_cuda.py::TestReconCUDA --------- Co-authored-by: Andrew Herzing <[email protected]>
- Loading branch information