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

Testing Float datatypes #10

@pattonw

Description

@pattonw

Improve testing of float datatypes

Problems with datasets of type float

  1. No error is thrown when writing an array of ints to a dataset of type float, I assume python casts ints to floats somewhere.
  2. When casting to floats, small changes may occur such as 0.1 to 0.100000001490116119384765625.
  3. Overflow does not happen as expected because large floats are just written as inf

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