Skip to content

feat(fwTest): add a template version of randomizeArray

Emilie WERNERT requested to merge randomize-array-float into dev

What does this MR do?

Add a template version of randomizeArray in fwTest generators. It is useful for floating array because with the existing method some nan values could appear, and when the comparison of nan return always false.

How to test it?

It is not yet used in sight because I don't want to change the behaviour of a test.

Data

No data

Edited by Emilie WERNERT

Merge request reports