Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Division by zero warnings #9

@cunhasdepedra

Description

@cunhasdepedra

@djoffrey Hey, I'm also getting this:

:823: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:946: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1055: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1177: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:123: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1180: RuntimeWarning: invalid value encountered in double_scalars
XCD = abs(D-C) / abs(X-C)

From what I was able to check, it's not compromising my patterns validation. But I would like to hear from you too.

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