Skip to content

Commit

Permalink
chore: correctly pack spike data
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniaelsen committed Oct 17, 2024
1 parent 950944e commit 210a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/server/nodes/spike_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ async def run(self):
spike_counts.append(spike_count)

await self.emit_data(
SpiketrainData(t0=data.t0, spike_counts=spike_counts)
SpiketrainData(t0=data.t0, bin_size_ms=self.bin_size_ms, spike_counts=spike_counts)
)

0 comments on commit 210a6bb

Please sign in to comment.