mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 13:53:40 +01:00
Fix test after conj changes
conj(double) now returns a complex. The mapped_functions test output had to be fixed accordingly.
This commit is contained in:
parent
15f0899016
commit
a97a4d09b6
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user