Skip to content

Commit

Permalink
changed docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Feb 10, 2023
1 parent 30d64e6 commit 5b966ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elephant/gpfa/gpfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ def transform(self, trials, returned_data=('latent_variable_orth',)):
raise ValueError("'trials' must contain the same number "
"of neurons as the training spiketrain data")
seqs = gpfa_util.get_seqs(trials, self.bin_size)

elif isinstance(trials,np.ndarray):
# check some stuff
if len(trials['y'][0]) != len(self.has_spikes_bool):
Expand Down

0 comments on commit 5b966ab

Please sign in to comment.