Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
yaf
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Aug 10, 2020
1 parent acf335a commit df7920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesmerize/plotting/widgets/cross_correlation/stims.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def get_binary_stims(

binarized_arrays.append(stim_array)

return np.vstack(binarized_arrays), stims
return np.vstack(binarized_arrays), stims.tolist()

0 comments on commit df7920a

Please sign in to comment.