Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

Wrong values printed in debug output #298

Closed aleksamilisavljevic closed 4 months ago

aleksamilisavljevic commented 5 months ago

Likely a typo. Wrong values printed in the debug output of compare_internal_storage:

https://github.com/Algebraic-Programming/ALP/blob/84376d2a77d5685b88b8ce1e75e32c013866be20/tests/utils/matrix_values_check.hpp#L335-L340

Should be:

https://github.com/Algebraic-Programming/ALP/blob/f2f74f280dbd364b95f4bfa942c31b46f1efc227/tests/utils/matrix_values_check.hpp#L335-L340

anyzelman commented 5 months ago

@alberto-scolari , maybe you wanna have a look at this one?

anyzelman commented 4 months ago

Review OK (@alberto-scolari sorry pre-empting you here as this one's been hanging around for a while already), CI OK, manual tests with LPF OK. Will merge.