Skip to content

Commit

Permalink
Passes validation!
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Mar 21, 2024
1 parent 7839c02 commit 47d995c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetPyNE/HybridSmall/HybridSmall.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
pop_size = 3

# Population parameters
netParams.popParams['PYR_HH'] = {'cellType': 'PYR', 'numCells': pop_size} # add dict with params for this pop
netParams.popParams['PYR_HH'] = {'cellType': 'PYR_HH', 'numCells': pop_size} # add dict with params for this pop
netParams.popParams['PYR_Izhi'] = {'cellType': 'PYR_Izhi', 'numCells': pop_size} # add dict with params for this pop


Expand Down Expand Up @@ -103,6 +103,7 @@
simConfig.saveDpk = False # save to a .dpk pickled file
simConfig.saveDat = True

simConfig.validateNetParams=True

# Analysis and plotting
simConfig.analysis['plotRaster'] = {'orderInverse': False} #True # Whether or not to plot a raster
Expand Down

0 comments on commit 47d995c

Please sign in to comment.