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
When loading a database with audb.load() we currently check the repository in which the requested version was found. Loading files from a previous version published in a different repository (which is generally supported), will therefore fail. Here's a minimal example to reproduce the issue:
To solve the issue we should also check the other repositories of audb.config.REPOSITORIES if a file is not found in the repository of the requested version.
The text was updated successfully, but these errors were encountered:
frankenjoe
changed the title
Loading database can fail if pervious versions were published under a different repo
Loading database can fail if a previous version was published in a different repo
Oct 19, 2022
frankenjoe
changed the title
Loading database can fail if a previous version was published in a different repo
Loading database can fail if a previous version was published in a different repository
Oct 19, 2022
When loading a database with
audb.load()
we currently check the repository in which the requested version was found. Loading files from a previous version published in a different repository (which is generally supported), will therefore fail. Here's a minimal example to reproduce the issue:To solve the issue we should also check the other repositories of
audb.config.REPOSITORIES
if a file is not found in the repository of the requested version.The text was updated successfully, but these errors were encountered: