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

raise AttributeError for __asdf_traverse__ on NDArrayType #1572

Merged
merged 3 commits into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. raise AttributeError for __asdf_traverse__ on NDArrayType

    NDArrayType does not implement this method and if not
    intercepted (and an AttributeError raised) than AsdfFile.info
    will load all array data
    
    Fixes: asdf-format#1553
    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8f631a4 View commit details
    Browse the repository at this point in the history
  2. update changelog

    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0b17bb9 View commit details
    Browse the repository at this point in the history
  3. rename test

    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3c36138 View commit details
    Browse the repository at this point in the history