Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Jun 20, 2024
1 parent a59b7f3 commit 2d193fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UnitTests/test_psmatrixalgebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ def test_asymmetry(self):

def test_symmetrize(self):
'''Test routines to symmetrize a matrix.'''
from numpy import inf
from scipy.linalg import norm
for param in self.parameters:
matrix1 = param.create_matrix(snum=1, complex=self.complex1)
self.write_matrix(matrix1, self.input_file1)
Expand Down

0 comments on commit 2d193fa

Please sign in to comment.