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

math.nan is not Python 2 compatible #1

@yh-luo

Description

@yh-luo

Hi,
Because math.nan was new in version 3.5, it caused a problem when the collected data were nan.
Replacing math.nan with float('nan') seemed to be a quick fix. #2

Thanks for the good works!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions