From 5740eeae58eb52c780abada05e1a677275593ff7 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Sun, 13 Oct 2024 15:17:42 +0200 Subject: [PATCH] Make linter happy --- ipi/utils/tools/gle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ipi/utils/tools/gle.py b/ipi/utils/tools/gle.py index 2f0deb8e6..4c0710373 100755 --- a/ipi/utils/tools/gle.py +++ b/ipi/utils/tools/gle.py @@ -8,7 +8,7 @@ import numpy as np from ipi.inputs.simulation import InputSimulation from ipi.utils.io.inputs import io_xml -from ipi.utils.messages import warning, info, verbosity +from ipi.utils.messages import info, verbosity def get_gle_matrices(ipi_input, time_scaling=1.0): @@ -175,7 +175,6 @@ def isra_deconvolute(omega, y, ker, steps=100, stride=None): f = y.copy() CT = ker.T CTC = np.dot(ker.T, ker) - npad = int(np.log10(steps) + 1) spectra = [] errors = []