Skip to content

Calculation of vector norm #9

Description

@michael3er

The formula used for calculation of the norm of a vector is (( self * self )**.5).sum() in abapy.postproc. It should be (vec*vec).sum()**0.5 instead.

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