Skip to content

Commit

Permalink
Update ngv test to use V10 emodels (#183)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
WeinaJi authored Jul 22, 2024
1 parent 3cd579c commit e8ac797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulations/ngv/circuit_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"populations": {
"All": {
"type": "biophysical",
"biophysical_neuron_models_dir": "$BASE_DIR/base_circuit/emodels_atp_scan/emodels_atp_1p4",
"biophysical_neuron_models_dir": "$BASE_DIR/base_circuit/emodels_atp_scan/emodels_atp_1p4_v10",
"alternate_morphologies": {
"neurolucida-asc": "$BASE_DIR/base_circuit/morphologies/fixed_ais_L23PC_20201210/ascii"
}
Expand Down

0 comments on commit e8ac797

Please sign in to comment.