Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zeros after #6

@s-celles

Description

@s-celles

We have

In [9]: ring.all
Out[9]: array([ 2.1,  1.2,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ])

which is displayed as

array([ 0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. , 1.2,  2.1 ])

we might also have a method to display data as

array([ 1.2,  2.1, 0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ])

which should be

In [10]: ring.????
Out[9]: array([ 0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. ,  0. , 2.1,  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