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

Fix variable length writes from non-standard shapes #200

Merged
merged 8 commits into from
May 16, 2024

Conversation

mattjala
Copy link
Contributor

@mattjala mattjala commented May 15, 2024

  • Add test_dataset.py to the testall script

This added some vlen write tests back into CI which started failing after #194.

  • To fix writes from vlen arrays of certain shapes not working, the vlen array processing now forces the output shape (see dataset.py:1384.

  • Skip MultiManager tests when using h5py, since those changes aren't in the main branch of h5py.

  • Generalize many check in test_dataset.py to work with h5pyd and h5py

Resolves #197

@mattjala mattjala added the bug label May 15, 2024
@mattjala mattjala requested a review from jreadey May 15, 2024 17:06
@mattjala mattjala self-assigned this May 15, 2024
@mattjala mattjala changed the title Fix vlen writes Fix variable length writes from non-standard shapes May 15, 2024
Copy link
Member

@jreadey jreadey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mattjala mattjala merged commit 5d98e31 into HDFGroup:master May 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failures during vlen writes in test_dataset
2 participants