int-brain-lab / ONE

Open Neurophysiology Environment
MIT License
17 stars 5 forks source link

List datasets in remote mode returns frame with multi-index #111

Closed k1o0 closed 10 months ago

k1o0 commented 10 months ago

Output of list_datasets inconsistent between modes when eid provided and details is True: in local mode a frame with id as index returned; in remote mode index is (eid, id). This breaks load_dataset, which expects a single index.