Skip to content

Commit

Permalink
Merge pull request #555 from bendichter/dev
Browse files Browse the repository at this point in the history
remove redundant 'get' in LFP dict
  • Loading branch information
ajtritt authored Jul 9, 2018
2 parents 09207e9 + 7be025a commit 6d2cc9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynwb/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ class LFP(MultiContainerInterface):
'add': 'add_electrical_series',
'get': 'get_electrical_series',
'create': 'create_electrical_series',
'get': 'get_electrical_series'
}

__help = ("LFP data from one or more channels. Filter properties "
Expand Down

0 comments on commit 6d2cc9f

Please sign in to comment.