Skip to content

Commit 5b966ab

Browse files
author
Moritz-Alexander-Kern
committed
changed docstrings
1 parent 30d64e6 commit 5b966ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elephant/gpfa/gpfa.py

-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ def transform(self, trials, returned_data=('latent_variable_orth',)):
473473
raise ValueError("'trials' must contain the same number "
474474
"of neurons as the training spiketrain data")
475475
seqs = gpfa_util.get_seqs(trials, self.bin_size)
476-
477476
elif isinstance(trials,np.ndarray):
478477
# check some stuff
479478
if len(trials['y'][0]) != len(self.has_spikes_bool):

0 commit comments

Comments
 (0)