Skip to content

Commit 6381015

Browse files
author
rodriguez-facundo
committed
trigger travis
2 parents 4ffab77 + 028c3c9 commit 6381015

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,10 @@ def getMechParams(self, mechanism):
424424

425425
def getAvailablePlots(self):
426426
plots = ["plotRaster", "plotSpikeHist", "plotSpikeStats","plotRatePSD", "plotTraces", "plotLFP", "plotShape", "plot2Dnet", "plotConn", "granger"]
427+
427428
return [plot for plot in plots if plot not in list(self.simConfig.analysis.keys())]
428-
429+
430+
429431
def getGIDs(self):
430432
# pop sizes and gids returned in a dict
431433
out = {}

0 commit comments

Comments
 (0)