You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
RuntimeError: No file found for table with path '.../emodb/1.4.1/db.emotion.{pkl|csv}'
The reason is that the header is a audformat.Database object, but not all parts of the database are loaded, so we cannot call __eq__(). As a workaround we can do:
str(header) ==str(header)
The text was updated successfully, but these errors were encountered:
When loading the header in an empty cache, and check if the object is equal to another header object (in this case the same)
it fails with
The reason is that the header is a
audformat.Database
object, but not all parts of the database are loaded, so we cannot call__eq__()
. As a workaround we can do:The text was updated successfully, but these errors were encountered: