audeering / audformat

Format to store media files and annotations
https://audeering.github.io/audformat/
Other
11 stars 1 forks source link

DOC: utils.hash() is not influenced by names #443

Closed hagenw closed 4 months ago

hagenw commented 4 months ago

Closes #434

audformat.utils.hash() does only consider values, not level/column names. To make this more obvious, I added a sentence to the docs:

image

I also added tests for the expected behavior.