From 2d193faf9c8698f441ade23d221a186cd9eb3cbf Mon Sep 17 00:00:00 2001 From: William Dawson Date: Thu, 20 Jun 2024 10:51:21 +0900 Subject: [PATCH] Lint --- UnitTests/test_psmatrixalgebra.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/UnitTests/test_psmatrixalgebra.py b/UnitTests/test_psmatrixalgebra.py index 2dd90363..a8529b5d 100644 --- a/UnitTests/test_psmatrixalgebra.py +++ b/UnitTests/test_psmatrixalgebra.py @@ -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)