Skip to content

Issue with interactive symbols with same name #1400

@kwmsmith

Description

@kwmsmith
In [47]: s0 = bz.Data(1, name='s')

In [48]: s1 = bz.Data(2, name='s')

In [49]: s0
Out[49]: 1

In [50]: s1
Out[50]: 2

In [51]: s0 + s1
Out[51]: 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions