Skip to content

Commit

Permalink
NETPYNE-172: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jan 9, 2024
1 parent 739472c commit 502f6f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions netpyne_ui/netpyne_geppetto.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,12 +922,6 @@ def getAvailableStimulationPattern(self):
# self.netParams.popParams[name]['spikePattern'] = {}
return ["", "rhythmic", "evoked", "poisson", "gauss"]

# def getAvailableCellTypes(self):
# cell_types = set([])
# for p in self.netParams.cellParams:
# cell_types.add(p)
# return list(cell_types)

def getAvailableSections(self):
sections = {}
for cellRule in self.netParams.cellParams:
Expand Down

0 comments on commit 502f6f6

Please sign in to comment.