-
Notifications
You must be signed in to change notification settings - Fork 0
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-1116] changes nakpump and ProbGABAAB_EMS solving Nan for ion specific model #14
Conversation
I've launched the integration test with this branch https://bbpgitlab.epfl.ch/hpc/sim/blueconfigs/-/pipelines/218971 |
This change doesn't work with the multiscale run test in the neurodamus pipeline, see failed job
@sfarina05 , do we need to update the above emodl path in our test? Does it mean that the new mod files won't work with old circuit? |
The ngv test in the neurodamus CI is using the old emodels in |
As discussed with @sfarina05 , we should update the emodels in our neurodamus CI test https://bbpgitlab.epfl.ch/hpc/sim/blueconfigs/-/blob/main/sonataconf-quick-multiscale/circuit_config.json?ref_type=heads (the value of the key "biophysical_neuron_models_dir") with the V10 version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Once this commit is tagged and deployed on bb5, we need to update the neurodamus CI test "sonataconf-quick-multiscale" and its reference reports.
https://bbpgitlab.epfl.ch/hpc/sim/blueconfigs/-/merge_requests/123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the MOD file side, LGTM!
## Context Following the update of ngv/metabolism MOD files (BlueBrain/neurodamus-models#14), the v10 emodels should be used in the ngv test. This PR updates the ngv test config file in the neurodamus unit tests. ## Scope Update `tests/simulations/ngv/circuit_config.json`, the same as `blueconfigs/sonataconf-quick-multiscale`. ## Testing The existing `tests/scientific-ngv`. ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation
## Context Following the update of ngv/metabolism MOD files (BlueBrain/neurodamus-models#14), the v10 emodels should be used in the ngv test. This PR updates the ngv test config file in the neurodamus unit tests. ## Scope Update `tests/simulations/ngv/circuit_config.json`, the same as `blueconfigs/sonataconf-quick-multiscale`. ## Testing The existing `tests/scientific-ngv`. ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation
Based on the Nan Issue reported here: https://bbpteam.epfl.ch/project/issues/browse/BBPBGLIB-1116, I have changed two mod file for metabolism based on the suggestions of Michel Hines and Pramod:
-nakpump.mod has now the voltage dependency as the original model of Chapman 1983
-ProbGABAAB_EMS.mod has reversal potential defined by chloride and Potassium
These two changes seem to remove the Nan and nakpump voltage dependent help in keeping ATP level in physiological range.