Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid oversized arrays in scaling tests #214

Merged

Commits on Jun 19, 2024

  1. Avoid oversized arrays in scaling tests

    Arrays for testing the scaling functions with random matrices were only
    allocated once with the maximum dimensions of all possibly generated
    matrices. That makes it simple, but unfortunately also has the potential
    to hide possible bugs, as seen in ralna#211 and ralna#213. To improve the chance
    to detect such bugs, this reallocates the arrays to the exact dimensions
    for each current test case.
    mjacobse committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2d1bd20 View commit details
    Browse the repository at this point in the history