-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BBPBGLIB-1110] Error now raised when executeConfigure is returned with errors #120
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks for the PR! What do you think? @WeinaJi |
Yes, sounds good. There is already an example in https://github.com/BlueBrain/neurodamus/blob/main/neurodamus/node.py#L1152 |
I think it makes sense yes |
OK, so, what's the resolution? I'll delete this PR and try to work on the python port instead? |
How about continuing in the same PR to convert |
After speaking with @ferdonline, he mentioned that porting this to python would be harder than I anticipated, so we can leave it for another time! |
@jorblancoa OK, let's merge then! |
686d7ee
to
affc254
Compare
This comment has been minimized.
This comment has been minimized.
Logfiles from GitLab pipeline #192785 (:white_check_mark:) have been uploaded here! Status and direct links: |
…th errors (#120) ## Context In the simulation config, synapse_configure contains HOC code. Neurodamus should fail fast when there is an error in configuration, instead of passing it forward. ## Scope Error check is added to connection.py ## Testing TBD ## Review * [X] PR description is complete * [X] Coding style (imports, function length, New functions, classes or files) are good * [x] Unit/Scientific test added * [N/A] Updated Readme, in-code, developer documentation
…th errors (#120) ## Context In the simulation config, synapse_configure contains HOC code. Neurodamus should fail fast when there is an error in configuration, instead of passing it forward. ## Scope Error check is added to connection.py ## Testing TBD ## Review * [X] PR description is complete * [X] Coding style (imports, function length, New functions, classes or files) are good * [x] Unit/Scientific test added * [N/A] Updated Readme, in-code, developer documentation
Context
In the simulation config, synapse_configure contains HOC code. Neurodamus should fail fast when there is an error in configuration, instead of passing it forward.
Scope
Error check is added to connection.py
Testing
TBD
Review