While running this on jean-zay and locally:
>>> db = ibc.get_info(data_type="surface_maps")
Failed to fetch database for surface_maps, version 2.Trying older version...
Fetched database for surface_maps, version 1.
>>> filtered_db = ibc.filter_data(db, subject_list=["08"], task_list=["Lec1"])
Found 72 files for subjects ['08'] and tasks ['Lec1'].
>>> downloaded_db = ibc.download_data(filtered_db, n_jobs=2)
Found 72 files to download.
... Fetching token and connecting to EBRAINS ...
[siibra:INFO] Setting EBRAINS Knowledge Graph authentication token: ******MY-TOKEN******
After prompting me with my ebrains token, nothing happens and the program just waits with no further message.
While running this on jean-zay and locally:
After prompting me with my ebrains token, nothing happens and the program just waits with no further message.