Sebastian Weigand
Sebastian Weigand
Update validation code to the latest version on staging (see also #1404 ) ### Change summary - [⬆️Bump validation from e113776 to 81b80ef](https://github.com/glotaran/pyglotaran/commit/29bbcee715c3f9f8272d07178edd27dd86aa39fe) ### Checklist - [x] ✔️ Passing the...
### Description I recently got an [issue that setting up conda fails on `macos-latest`](https://github.com/s-weigand/setup-conda/issues/432). This is related to [`macos-latest` changing form `macos-12` to `macos-14`](https://github.com/actions/runner-images/commit/da5ebb36223a06890092a423a0466b28ea2de595), where the `macos-13` and `macos-14` images...
As described in this comment (https://github.com/oz123/pytest-localftpserver/issues/137#issuecomment-867243935), the fact that the `authorizer` class attribute of `pyftpdlib.handlers.FTPHandler`/`pyftpdlib.handlers.TLS_FTPHandler` is overwritten, doesn't allow running multiple FTP servers with different credentials. ### Change list -...
Currently staging saves the combined A-/K-Matrices for all decay elements. If we need those is something to be decided by @ism200 . However, what we need for validations are data...
Currently, this project has 2 ways to run CQA tools: - `tox -e style` - `pre-commit` To a new contributor, it might not be very clear how to run CQA...