Skip to content

document numpy indexing limitations #791

@tias

Description

@tias

indexing, two things not possible:

  • array[ivar:]
  • array[bvars]
    because: returns dynamically diff size;
    we don't do that
    how you should model it:
    arraybvars or array[ivar>i for i in ...]

also?

  • array[ivarlist] should mean vectorized: [array[ivar0], array[ivar1], ...]

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