Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2023
1 parent fac911d commit 0018837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/io/feff/test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
import pytest
from numpy.testing import assert_allclose

from pymatgen.core import Element
from pymatgen.core.structure import Lattice, Molecule, Structure
from pymatgen.io.cif import CifParser
from pymatgen.io.feff.inputs import Atoms, Header, Potential, Tags
from pymatgen.io.feff.sets import FEFFDictSet, MPELNESSet, MPEXAFSSet, MPXANESSet
from pymatgen.util.testing import TEST_FILES_DIR, PymatgenTest
from pymatgen.core import Element


class TestFeffInputSet(PymatgenTest):
@classmethod
Expand Down Expand Up @@ -259,7 +260,7 @@ def test_big_radius(self):
},
)
assert str(dict_set) is not None

def test_cluster_index(self):
cif_file = f"{TEST_FILES_DIR}/UF4_test.cif"
structure = CifParser(cif_file).get_structures()[0]
Expand Down

0 comments on commit 0018837

Please sign in to comment.