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
One solution to make this independent of the used backend would be by introducing and if-clause. For example, we can return the above string if we detect the artifacory backend (as returned by audb.Repository.backend) and return just the name otherwise:
This is the second part of #4.
At the moment
audbcards.Dataset.repository_link
simply expects an Artifactory backend, e.g.NOTE: the following code needs to executed using theadd-test-db-fixture
branch at the moment.One solution to make this independent of the used backend would be by introducing and
if
-clause. For example, we can return the above string if we detect theartifacory
backend (as returned by audb.Repository.backend) and return just the name otherwise:@ChristianGeng any thoughts on this?
The text was updated successfully, but these errors were encountered: