Skip to content

Commit

Permalink
test arbor brunel
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Oct 20, 2023
1 parent 0ab437d commit 7d59d5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions bsb/unittest/data/configs/test_brunel_wbsb.json
Expand Up @@ -253,6 +253,26 @@
},
"weight": 20.68015524367846,
"delay": 1.5
},
"sr_exc": {
"device": "spike_recorder",
"targetting": {
"strategy": "cell_model",
"cell_models": [
"excitatory"
],
"count": 50
}
},
"sr_inh": {
"device": "spike_recorder",
"targetting": {
"strategy": "cell_model",
"cell_models": [
"inhibitory"
],
"count": 50
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion tests/test_arbor.py
Expand Up @@ -2,7 +2,6 @@
from bsb.core import Scaffold
from bsb.services import MPI
from bsb.unittest import RandomStorageFixture, get_config_path
import numpy as np
import unittest


Expand Down

0 comments on commit 7d59d5d

Please sign in to comment.