Skip to content

OneIndexedArray Slicing Bug #9

@ekwan

Description

@ekwan

This oopsie is almost certainly my fault:

>>> import cctk
>>> import numpy as np
>>> arr_np = np.array([1,2,3])
>>> arr_cctk = cctk.OneIndexedArray(arr_np)
>>> arr_cctk
OneIndexedArray([1, 2, 3])
>>> arr_cctk[:]
OneIndexedArray([1, 2])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions