Skip to content

Commit 6899fb8

Browse files
committed
Update fft_vishwas.jl
1 parent d317628 commit 6899fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fft_vishwas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ end
123123
gpu = true
124124
rdft = false
125125
variant = true
126-
z3d = npzread("../z3d_movo.npy")
126+
z3d = variant ? npzread("../punched_pmn") : npzread("../z3d_movo.npy")
127127
nlp, solver, results, timer = fft_vishwas(z3d; variant, gpu, rdft)
128128
N = length(results.solution) ÷ 2
129129
beta_MadNLP = results.solution[1:N]

0 commit comments

Comments
 (0)