Skip to content

Newly defined arrays not picked up in var list when also setting existing array #334

Description

@gdementen

If I have an array defined,

>>> arr = ndtest((2, 3))

then type in a single (multi-line) command in the console:

>>> arr2 = arr + 1
>>> arr3 = arr2 * 2
>>> arr['a1'] = 0

arr2 and arr3 do not appear in the list.

If I do just:

arr2 = arr + 1
arr3 = arr2 * 2

it works.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions