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

FSFile object compares unequal when all properties equal #1581

Closed
gerritholl opened this issue Mar 3, 2021 · 0 comments · Fixed by #1582
Closed

FSFile object compares unequal when all properties equal #1581

gerritholl opened this issue Mar 3, 2021 · 0 comments · Fixed by #1582
Assignees
Labels

Comments

@gerritholl
Copy link
Collaborator

Describe the bug

An FSFile object compares unequal against a different FSFile object representing the same file at the same file system.

To Reproduce

from satpy.readers import FSFile
print(FSFile("tofu") == FSFile("tofu"))

Expected behavior

True

Actual results

False

Environment Info:

  • Satpy Version: 0.25.2.dev218+ge344613f
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 a pull request may close this issue.

1 participant