Debian Patches

Status for pycorrfit/1.3.1+nopack-5

Patch Description Author Forwarded Bugs Origin Last update
skip-test_fit_single_parameter-on-mips.patch skip-test_fit_single_parameter-on-mips Debian Med Packaging Team no 2026-04-19
use-local-inventory-references-for-intersphinx.patch use local inventory references for intersphinx Note that we will not be making this conditional: we want the build to
fail if intersphinx was to fetch inventory data from the internet.
Karsten Schöke <karsten.schoeke@geobasis-bb.de> not-needed 2026-04-27
docs-extensions-simple_gallery.py-reproducible-build.patch docs/extensions/simple_gallery.py reproducible-build Make the build reproducible Karsten Schöke <karsten.schoeke@geobasis-bb.de> not-needed 2026-05-12
calculate-failure-rate-using-total-number-of-test-cases.patch tests: calculate failure rate using total number of test casesThe test `test_fit_single_parameter_with_noise_two_percent` checks that
the fraction of failed model fits does not exceed 5%. The previous
implementation divided the number of failures only by the number of
successful fits:

len(faillist) / len(succlist)

This makes the threshold slightly stricter than intended. For example,
5 failures and 95 successes yield 5/95 = 5.26%, even though the actual
failure rate is exactly 5%.

Use the total number of test cases as the denominator instead:

len(faillist) / (len(succlist) + len(faillist))

This correctly reflects the proportion of failed fits and avoids
spurious failures on architectures with small numerical differences,
such as ppc64el.
Karsten Schöke <karsten.schoeke@geobasis-bb.de> yes 2026-05-15

All known versions for source package 'pycorrfit'

Links