Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Oct 5, 2023
1 parent df70e27 commit 654cf2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions emmet-core/tests/test_electronic_structure.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pytest
from monty.serialization import loadfn
from pymatgen.electronic_structure.bandstructure import BandStructureSymmLine
from pymatgen.electronic_structure.dos import CompleteDos

from emmet.core.electronic_structure import ElectronicStructureDoc

Expand Down Expand Up @@ -61,7 +59,6 @@ def test_from_bsdos_1(bandstructure, dos, structure):

@pytest.fixture
def bandstructure_fs(test_dir):

bs = loadfn(test_dir / "electronic_structure/es_bs_objs.json.gz")
return bs

Expand All @@ -73,7 +70,6 @@ def dos_fs(test_dir):


def test_from_bsdos_2(bandstructure_fs, dos_fs):

dos = dos_fs[0]["data"]
bs = bandstructure_fs[0]["data"]

Expand Down

0 comments on commit 654cf2f

Please sign in to comment.