Skip to content

0.3.0 from NuGet throwing NotSupportedException on negate function call #443

@gandalfh

Description

@gandalfh

This code behaves as expected on version 0.20.5 from NuGet (https://www.nuget.org/packages/NumSharp/)

var ones = np.ones((10, 1));
ones.negate();

But after upgrading to 0.3.0 a NotSupportedException is thrown:

at NumSharp.Backends.DefaultEngine.Negate(NDArray& nd)
at NumSharp.NDArray.negate()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions