Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 3, 2023
1 parent 9604e40 commit 9654165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeanalysis/spike_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def plot_latencies(self):

for neuron in range(np.shape(stim_lats)[0]):
lat_by_neuron = stim_lats[neuron]
shuf_bsl_neuron = shuffled_lats[neuron].flatten()
shufl_bsl_neuron = shuffled_lats[neuron].flatten()
lat_by_neuron = lat_by_neuron[~np.isnan(lat_by_neuron)]
shufl_bsl_neuron = shufl_bsl_neuron[~np.isnan(shufl_bsl_neuron)]
fig, ax = plt.subplots(figsize=self.figsize)
Expand Down

0 comments on commit 9654165

Please sign in to comment.