diff --git a/test/triqs/arrays/mapped_functions.output b/test/triqs/arrays/mapped_functions.output index 39c78292..5843c2db 100644 --- a/test/triqs/arrays/mapped_functions.output +++ b/test/triqs/arrays/mapped_functions.output @@ -139,9 +139,9 @@ [[2.71828,7.38906] [20.0855,54.5982]] (make_matrix(conj(A))) ---> -[[1,3,5] - [2,4,6] - [3,5,7]] +[[(1,0),(3,0),(5,0)] + [(2,0),(4,0),(6,0)] + [(3,0),(5,0),(7,0)]] (A) ---> [[(1,0),(3,0),(5,0)] [(2,0),(4,0),(6,0)]