Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
001-fix-floating-point-limit-autopkgtest.patch | Fix for floating-point arithmetic limitation. Floating-point numbers have finite precision causing autopkgtest to fail for test_get_primal in VariableTestCase. Fixed by reducing the tolerance level to consider equal up to 6 decimal places. |
Yogeswaran Umasankar <yogu@debian.org> | yes | 2024-05-25 | ||
002-fix-symbolic-expressions-issue-autopkgtest.patch | Fix for AssertionError in autopkgtest Resolve comparison issues by using `sympy.simplify` to ensure symbolic expressions are correctly recognized as equal. |
Yogeswaran Umasankar <yogu@debian.org> | yes | 2024-08-27 | ||
003-fix-AssertionError-autopkg-Py313.patch | Fix for autopkgtest AssertionError in Python 3.13 Make the test_dir method dynamically verify the presence of essential attributes in the container, ensuring robustness against non-critical changes in dir() output. |
Yogeswaran Umasankar <yogu@debian.org> | yes | 2024-12-12 |