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

implement __eq__ for LocalStore #1792

Merged
merged 4 commits into from
Apr 21, 2024
Merged

Conversation

Charoula-Kyriakides
Copy link
Contributor

@Charoula-Kyriakides Charoula-Kyriakides commented Apr 13, 2024

implement eq for LocalStore

Fix equality comparison in LocalStore class by implementing __eq__ method
src/zarr/v3/store/local.py Outdated Show resolved Hide resolved
@d-v-b
Copy link
Contributor

d-v-b commented Apr 13, 2024

@Charoula-Kyriakides thanks for the contribution! It might be good to have some more information in the title and description of the PR. I can fill those in if you like.

@Charoula-Kyriakides
Copy link
Contributor Author

Charoula-Kyriakides commented Apr 13, 2024 via email

@d-v-b
Copy link
Contributor

d-v-b commented Apr 16, 2024

That'd be great, thanks. I'm still learning. Should it be something similar to the commit message?

Maybe something simple like "implement __eq__ for LocalStore"

Changed 'LocalStore' to object in __eq__

Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
@jhamman jhamman changed the title V3 implement __eq__ for LocalStore Apr 19, 2024
@jhamman jhamman added the V3 Affects the v3 branch label Apr 19, 2024
@d-v-b d-v-b merged commit 136daec into zarr-developers:v3 Apr 21, 2024
14 checks passed
@jhamman jhamman added this to the 3.0.0.alpha milestone Apr 22, 2024
@jhamman jhamman mentioned this pull request Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 Affects the v3 branch
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants