mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-05-13 16:46:52 +02:00
* [Fix] Migrate to odrpack because of scipy.odr deprecation in recent release * [Fix] Fix behaviour for rank deficient fits. Add test * [Fix] Relax test_merge_obs tolerance to machine epsilon and update ODR docstring to reference odrpack * [ci] Re-add -Werror to pytest workflow * [Fix] Handle platform-dependent rank-deficient warning in ODR tests * [Fix] Improve rank-deficient detection and bump odrpack to >=0.5 Fix incorrect ODRPACK95 info code parsing: rank deficiency is encoded in the tens digit (info // 10 % 10), not the hundreds digit. Add irank and inv_condnum to the warning message for diagnostics. |
||
|---|---|---|
| .. | ||
| data | ||
| benchmark_test.py | ||
| correlators_test.py | ||
| covobs_test.py | ||
| dirac_test.py | ||
| fits_test.py | ||
| integrate_test.py | ||
| json_io_test.py | ||
| linalg_test.py | ||
| misc_test.py | ||
| mpm_test.py | ||
| obs_test.py | ||
| openQCD_in_test.py | ||
| pandas_test.py | ||
| roots_test.py | ||
| sfcf_in_test.py | ||
| special_test.py | ||
| utils_in_test.py | ||