Skip to content

raster code has bugs when run with trials from multiple recordings #32

@MarvinT

Description

@MarvinT

we need to replace

stim_trials = trials[trials['stimulus']==stim]

with

stim_trials = trials[(trials['stimulus']==stim) & (trials['recording'] == rec)]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions