Skip to content

Commit

Permalink
make changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
rythorpe committed Jun 12, 2020
1 parent 87bf7c7 commit daef135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hnn_core/network.py
Expand Up @@ -556,7 +556,7 @@ def plot_input(self, ax=None, show=True):


class Spikes(object):
'''The Spikes class.
"""The Spikes class.
Parameters
----------
Expand Down Expand Up @@ -597,7 +597,7 @@ class Spikes(object):
aggregate network spiking activity according to cell type.
write(fname)
Write spiking activity to a collection of spike trial files.
'''
"""

def __init__(self, times=None, gids=None, types=None):
if times is None:
Expand Down

0 comments on commit daef135

Please sign in to comment.