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

FITS_rec._scale_back(): Incorrectly checks heapsize for TFORMn='Q' #14810

Merged
merged 1 commit into from May 16, 2023

Commits on May 12, 2023

  1. Fixed issue 14808:

    Added condition type(recformat) == _FormatP to mitigate the issue cause by _FormatQ is a subclass of _FormatP.
    Added regress test for Issue 14808.
    Added "what's new" file for pull 14810.
    BillCleveland-USRA committed May 12, 2023
    Copy the full SHA
    80edb84 View commit details
    Browse the repository at this point in the history