Skip to content

Commit 7c29610

Browse files
author
hanyoseob
committed
Update functions details
1 parent 43523b9 commit 7c29610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo_transpose_for_mri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import numpy as np
2121

2222
## Generate data A in R ^ ( N x M ), X in R ^ ( M x K ) and Y in R ^ ( N x K )
23-
dataType = 'IMAG' # dataType = [COMPLEX, REAL, IMAG]
23+
dataType = 'COMPLEX' # dataType = [COMPLEX, REAL, IMAG]
2424
N = 100
2525
M = N
2626
K = N

0 commit comments

Comments
 (0)