Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 13, 2024
1 parent d52bc53 commit 5740eea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipi/utils/tools/gle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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 = []
Expand Down

0 comments on commit 5740eea

Please sign in to comment.