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

Skip to content

@ conjunction is not correct #14

@ajcr

Description

@ajcr

u@v - u should be applied to v-cells. This should happen before the result of v is filled and reshaped.

For example we should have:

    (<@(i."0)) 4 2
┌───────┬───┐
│0 1 2 30 1│
└───────┴───┘

But the current implementation of @ returns a different result as (i."0) 4 2 returns a padded array of shape 4 2 before < is applied. We need to apply < to 0 1 2 3 and 0 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions