Skip to content

Commit 5ad8c20

Browse files
committed
Add sibernetic test
1 parent f009a9e commit 5ad8c20

4 files changed

Lines changed: 567205 additions & 3 deletions

File tree

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
print("Created the scene...")
4444

4545
if st_mode:
46-
##
46+
##
4747
if True:
48-
print('Pass a key to avoid re-rendering at each page change')
48+
print("Pass a key to avoid re-rendering at each page change")
4949
from stpyvista import stpyvista
5050

5151
stpyvista(plotter, key="pv_cube")

load.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ def create_mesh(step):
168168

169169
from neuromlmodel import add_neuroml_model
170170

171-
add_neuroml_model(pl)
171+
from siberneticmodel import add_sibernetic_model
172+
173+
add_neuroml_model(pl, somas_only=True)
174+
add_sibernetic_model(pl)
175+
172176
pl.set_background("white")
173177
pl.add_axes()
174178

0 commit comments

Comments
 (0)