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
from one.api import ONE
one = ONE(mode='remote')
eid = 'caa5dddc-9290-4e27-9f5e-575ba3598614'
revision = "2024-07-10"
one.list_datasets(eid, revision=revision)
returns all datasets while one = ONE(mode='local') returns no datasets
The text was updated successfully, but these errors were encountered:
returns all datasets while one = ONE(mode='local') returns no datasets
The text was updated successfully, but these errors were encountered: