mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
173a97d07c
There was a bug in the transpose of the indices. Added a test.
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
Old data shape = (1000, 3, 5)
|
|
Old tail shape = (10, 3, 5)
|
|
New data shape = (1000, 5, 3)
|
|
New tail shape = (10, 5, 3)
|