audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Fix: audobject.Object.__eq__ work for every object #49

Closed hagenw closed 2 years ago

hagenw commented 2 years ago

This fixes comparison of objects against random other objects as described in https://github.com/audeering/audinterface/issues/68

codecov[bot] commented 2 years ago

Codecov Report

Merging #49 (e2fe831) into master (2c05ecf) will not change coverage. The diff coverage is 100.0%.

Impacted Files Coverage Δ
audobject/core/object.py 100.0% <100.0%> (ø)
frankenjoe commented 2 years ago

@hagenw is it on purpose that it's still WIP?

hagenw commented 2 years ago

No, forgot to remove the WIP. It's ready for review.

frankenjoe commented 2 years ago

Cool, I merged, could you please release a version?

hagenw commented 2 years ago

Yes, I will release a new version.