Skip to content

multipleOf validation on M1 Macs #141

@cdscih

Description

@cdscih

schema['multipleOf'] = post_db.numeric_multiple_of(scale)

This "multipleOf" validation seems to give problems with M1 processors.

Me, and my colleagues @omarghetti and @PaoloAlbano, found this issue while trying to import data from a Postgres Datasource having some columns of type "number".

What's the reason to have such validation check? We found our usecases to work as expected in all scenarios by simply removing it.

We run this code on docker containers running the official python:3.6 and python:3.5 images.

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