Skip to content

Improve the precision of our integration tests #914

@patrickvonplaten

Description

@patrickvonplaten

We currently have a rather low precision when testing our pipeline due to due reasons.

    • Our reference is an image and not a numpy array. This means that when we created our reference image we lost float precision which is unnecessary
    • We only test for .max() < 1e-2 . IMO we should test for .max() < 1e-4 with the numpy arrays. In my experiements across multiple devices I have not seen differences bigger than .max() < 1e-4 when using full precision.

IMO this could have also prevented: #902

Metadata

Metadata

Labels

staleIssues that haven't received updates

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions