Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Spikes filter range should be exclusive of the end point #270

@dkeller9

Description

@dkeller9

It might be better if the filter operation does not include the end point of the range. For example, the command:

filtered = spikes.filter(group={'layer':'SP'}, t_start=1, t_stop=100)

will also return spikes happening exactly at t=100. Probably many users would find it more intuitive if the start point but not the end point was included in the range.

Metadata

Metadata

Assignees

No one assigned

    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