Skip to content

Commit

Permalink
Fix wrong parameter name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedk committed Jun 20, 2024
1 parent 099930e commit 676bc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/influence/torch/test_influence_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,13 +854,13 @@ def test_influences_cg(
CgInfluence,
maxiter=10,
preconditioner=JacobiPreconditioner(),
use_block_cg=True,
solve_simultaneously=True,
),
partial(
CgInfluence,
maxiter=10,
preconditioner=NystroemPreconditioner(rank=5),
use_block_cg=True,
solve_simultaneously=True,
),
]

Expand Down

0 comments on commit 676bc6a

Please sign in to comment.