-
Notifications
You must be signed in to change notification settings - Fork 65
Tests ome zarr models py #461
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
Conversation
|
There are 25 failing tests with that last commit, although they are all passing locally, where I have: The errors are all like this: @dstansby - Any ideas what might be causing these? |
|
Oh no, I know exactly what's causing that... fixed in ome-zarr-models/ome-zarr-models-py#212, I've just tagged a new release. Let me know if it's not fixed in ome-zarr-models 0.1.9 |
|
Great, thanks. Re-ran the tests and they passed 👍 |
|
@will-moore Looks good |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #461 +/- ##
==========================================
+ Coverage 87.00% 87.02% +0.01%
==========================================
Files 13 13
Lines 1770 1772 +2
==========================================
+ Hits 1540 1542 +2
Misses 230 230 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
ome-zarr-models/ome-zarr-models-py#211 has been fixed in https://github.com/ome-zarr-models/ome-zarr-models-py/releases/tag/v0.1.10 so last commit removes the workaround. Tests still passing. |
It's in progress, see https://github.com/ome-zarr-models/ome-zarr-models-py/milestone/1. Not sure on a timeline, maybe a couple of weeks? PRs welcome to fix the outstanding issues 😄 |
c25b8c8 to
40562ef
Compare
|
The clean diff of this looks great! will-moore/ome-zarr-py@ome-zarr-v0.5_writing...will-moore:ome-zarr-py:tests_ome-zarr-models-py |
78ce68d to
3fa40e6
Compare
|
The 4 tests failing now are due to Reported at ome-zarr-models/ome-zarr-models-py#218 but this is actually due to a bug in the spec, see ome/ngff#322 Possible solutions:
|
|
Tests green now @jburel |
|
https://github.com/ome-zarr-models/ome-zarr-models-py/tree/v1.0.0 is now out. Description should be updated |
|
@jburel Done |
|
@jburel @joshmoore Good to merge? |
Fixes #460
Use ome-zarr-models-py to validate data written in tests.