Skip to content

Commit 4dc37b6

Browse files
committed
fix pyabacus bug
1 parent 584db49 commit 4dc37b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyabacus/src/pyabacus/hsolver/_hsolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def cg(
259259
mvv_op,
260260
max_iter,
261261
tol,
262-
diag_ethr
262+
diag_ethr,
263263
need_subspace,
264264
scf_type,
265265
nproc_in_pool

0 commit comments

Comments
 (0)