Skip to content

Commit

Permalink
Some RIA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 27, 2023
1 parent fd415bf commit bf58c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c302/c302_RIA.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import c302
import sys
import neuroml.writers as writers
Expand All @@ -16,7 +17,7 @@ def setup(parameter_set,



my_cells = ['RIAL', 'SMDDL','SMDVL']
my_cells = ['RIAL', 'RIAR', 'SMDDL','SMDVL']
muscles_to_include = []

cells = my_cells
Expand Down

0 comments on commit bf58c14

Please sign in to comment.