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 accidental NWCSAF-GEO type promotion #2874

Merged
merged 2 commits into from
Aug 15, 2024

Commits on Aug 6, 2024

  1. Added test for NWCSAF GEO type promotion

    Added a test to make sure that cloud type (or others) are not
    accidentally transformed to an inflated dtype.
    
    This currently fails with numpy 2.0; see
    pytroll#2872
    gerritholl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cad4e60 View commit details
    Browse the repository at this point in the history
  2. Fix dtype for nwcsaf geo

    Make sure that integer dtypes when reading NWCSAF GEO are not
    accidentally cast to int64.
    gerritholl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7a29463 View commit details
    Browse the repository at this point in the history