Skip to content

fix(cts): Use packed data directly when saving numpy files

Jeremy Johnson requested to merge fix/cts/use_packed_data into main

Stop converting from packed to unpacked and then back again when using the numpy_utils save_npy function from datagenerator. Also fixes the problem of WrongBlockSizeDimension test not being generatable for lazy data gen, as we skip the dimension test in numpy_utils.

Signed-off-by: Jeremy Johnson jeremy.johnson@arm.com

Merge request reports

Loading