From a97a4d09b622a53fbf9357be13425d714a0950ba Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Mon, 23 Dec 2013 13:33:12 +0100 Subject: [PATCH] Fix test after conj changes conj(double) now returns a complex. The mapped_functions test output had to be fixed accordingly. --- test/triqs/arrays/mapped_functions.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)]