Skip to content

Commit

Permalink
Fix ripple and mua z-score
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Feb 7, 2024
1 parent 17a71fc commit a52d8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/spyglass/mua/v1/mua.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ def create_figurl(
* zscore_threshold,
color="red",
width=1,
dash=1,
)
spike_times = SortedSpikesGroup.get_spike_times(key)
spike_times = SortedSpikesGroup.fetch_spike_data(key)
raster_view = vv.RasterPlot(
start_time_sec=time[0],
end_time_sec=time[-1],
Expand Down
1 change: 0 additions & 1 deletion src/spyglass/ripple/v1/ripple.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ def create_figurl(
* zscore_threshold,
color="red",
width=1,
dash=1,
)

if use_ripple_filtered_lfps:
Expand Down

0 comments on commit a52d8d6

Please sign in to comment.