Conversation
|
So far I have:
Some issues:
Next:
|
| #%% | ||
| import pdb | ||
| import sys | ||
| sys.path.append('/home/fer/HBP_IBC/api/src/ibc_api') |
There was a problem hiding this comment.
You should not have to do that ?
There was a problem hiding this comment.
@ferponcem, you should first install the package via pip as mentioned in the README and then run the example.py.
You wouldn't have to do this then.
| return remote_file_names, local_file_names | ||
|
|
||
|
|
||
| # def _update_local_db(db_file, files_data): |
| updated local database | ||
| """ | ||
|
|
||
| # file_names = [file_data[0] for file_data in files_data] |
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
|
@ferponcem, I just realized I wasn't watching the repo, so I did not get notified about this. |
…by_download fix: curl -> request for metadata
|
Hello, what is the status for this PR ? |
…ing/api into parallel_download
|
It is good for a review now, I'm preparing a small example |
man-shu
left a comment
There was a problem hiding this comment.
I couldn't test it yet, maybe update the example.py appropriately?
| #%% | ||
| import pdb | ||
| import sys | ||
| sys.path.append('/home/fer/HBP_IBC/api/src/ibc_api') |
There was a problem hiding this comment.
@ferponcem, you should first install the package via pip as mentioned in the README and then run the example.py.
You wouldn't have to do this then.
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
Co-authored-by: Himanshu Aggarwal <himanshuaggarwal1997@gmail.com>
|
Thank you both for the feedback! I've corrected the example in cd ~/api
git checkout parallel_download
pip install -e .
python examples/example.py |
|
Thx ! |
This happens when it takes you a while to log in and verify your EBRAINS account (it could be due to a forgotten password etc.). You can simply log into your EBRAINS account beforehand and run the The example runs fine for me! Thanks @ferponcem! |
|
I can't get it to work. I would need to do it with you. |
|
Thank you both for the feedback ! Merging now 🚀 |
Make the IBC data fetching parallel, this is not ready yet!