Skip to content

Get rid of requirement for index space p to exist #503

@Krzmbrzl

Description

@Krzmbrzl

Inside count_cycles we currently rely on an index space p being registered:


If it isn't, we're getting an error here due to usage of an unknown index space.

We should find a way to mark a given position in the input sequence without having to overwrite it with a "null" dummy value. This would allow us to work on ranges without the need to copy/mutate them and it would also eliminate the need for this dummy index space.

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