Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Nov 13, 2023
1 parent deb0f5a commit 6d00437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/hamiltonians/single_factorized_hamiltonian_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
)
def test_linear_operator(norb: int, nelec: tuple[int, int], cholesky: bool):
"""Test linear operator."""
norb = 4
nelec = (2, 2)
rng = np.random.default_rng(2474)

dim = ffsim.dim(norb, nelec)
Expand Down

0 comments on commit 6d00437

Please sign in to comment.