Skip to content

Commit

Permalink
Misunderstood linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 13, 2024
1 parent 5740eea commit a97e46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 info, verbosity
from ipi.utils.messages import warning, info, verbosity


def get_gle_matrices(ipi_input, time_scaling=1.0):
Expand Down
2 changes: 1 addition & 1 deletion tools/py/gleacf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import argparse
import numpy as np
from ipi.utils.tools import gle_frequency_kernel, isra_deconvolute, get_gle_matrices
from ipi.utils.messages import info, warning, verbosity
from ipi.utils.messages import info, verbosity


def input_facf(path2inputfile, mrows, stride):
Expand Down

0 comments on commit a97e46a

Please sign in to comment.