pyerrors/tests
Fabian Joswig e72949b69b
[chore] Stricter ruff rules (#282)
* [chore] Stricter ruff rules

* [chore] Furture lint rules and removal of flake8

* [ci] Bump github action versions

* [chore] Add additional test coverage

* Revert RNG switch to np.random.default_rng()

Restore use of the global np.random state in pseudo_Obs (misc.py) and the
prior id generation (fits.py), keeping seed behavior unchanged. The switch
to a module-local generator is out of scope for this lint-focused PR.

* Silence NPY002 on intentional legacy np.random calls

The RNG migration was reverted to keep np.random.seed() behavior, so add
per-line noqa: NPY002 on the three legacy np.random calls instead of the
Generator API.

* [Fix] Fix exception messages
2026-07-06 11:04:28 +02:00
..
data Propose fix for nc/idl map (#284) 2026-05-28 11:37:21 +02:00
benchmark_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
correlators_test.py [chore] Stricter ruff rules (#282) 2026-07-06 11:04:28 +02:00
covobs_test.py feat: computation of _covariance_element optimized, visualize option 2022-03-01 15:34:53 +00:00
dirac_test.py [Fix] Ruff rules and more precise Excpetion types (#248) 2024-12-24 15:35:59 +01:00
fits_test.py [feat] Relax strict autograd.numpy requirement (#285) 2026-06-30 08:55:49 +02:00
integrate_test.py [chore] Stricter ruff rules (#282) 2026-07-06 11:04:28 +02:00
json_io_test.py [Fix] Removed the possibility to create an Obs from data on several replica (#258) 2025-02-25 16:58:44 +01:00
linalg_test.py [Fix] Removed the possibility to create an Obs from data on several replica (#258) 2025-02-25 16:58:44 +01:00
misc_test.py tests: test for print_config added. 2023-07-10 15:44:06 +01:00
mpm_test.py test: mpm and corr dump test extended 2021-12-23 14:56:49 +01:00
obs_test.py [chore] Stricter ruff rules (#282) 2026-07-06 11:04:28 +02:00
openQCD_in_test.py Propose fix for nc/idl map (#284) 2026-05-28 11:37:21 +02:00
pandas_test.py [Fix] Pandas 3 string type changes (#278) 2026-03-29 18:46:15 +02:00
roots_test.py [feat] Relax strict autograd.numpy requirement (#285) 2026-06-30 08:55:49 +02:00
sfcf_in_test.py Fix/check append rep (#277) 2025-11-25 12:57:03 +01:00
special_test.py Special function module (#221) 2024-01-07 17:22:05 +01:00
utils_in_test.py Fix/sort names (#177) 2023-05-16 18:28:32 +01:00