Skip to content

Commit 6a07cc1

Browse files
committed
BUG: fix p setting in arpack comparison script.
1 parent e03846f commit 6a07cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compare-against-arpack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def main():
108108
A = A_raw.astype(np.complex128)
109109

110110
parameters = EigensolverParameters.from_cli_args(args, n)
111+
parameters.p = p
111112
print(f"Matrix: {args.mat_file}")
112113
print(f" shape={n}x{n}, nnz={nnz}, dtype={A.dtype}")
113114
print(parameters)

0 commit comments

Comments
 (0)