Skip to content

Failure of test_compute_moments on OpenCL backend #23

@shyams2

Description

@shyams2

This check tests the output for the moments of a distribution function against its expected values. We assert this error to be lesser than 1e-13. While this test passes when using the CPU backend. It throws the following error on the OpenCL backend:

>       assert(error_rho < 1e-13)
E       assert 4.190951576502503e-08 < 1e-13

We need to check if this is the case on the CUDA backend as well

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