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

Migrate to pyproject.toml #4

Merged
merged 3 commits into from
Feb 7, 2025
Merged

Conversation

matthias-baer
Copy link

Also fixes tests and GH actions.

Fix GH actions (Python 3.6, 3.7 no longer supported).
Fix GH actions (Python 3.6, 3.7 no longer supported).
@@ -126,7 +126,7 @@ def test_series_meta():
flimage.FLImage(h5file=h5file,
meta_data={"pixel size": 0.054e-6},
h5mode="r")
except (OSError, RuntimeError):
except (OSError, RuntimeError, KeyError):
Copy link
Author

Choose a reason for hiding this comment

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

It seems like later versions of h5py raise a KeyError instead. Exception message "no write intent on file" is the same, though.

Copy link
Member

@paulmueller paulmueller left a comment

Choose a reason for hiding this comment

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

Thanks ❤️

@paulmueller paulmueller merged commit 6165f7d into RI-imaging:master Feb 7, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants