File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import os
22
33from express .parsers .structure import StructureParser
4- from tests .fixtures .data import SI , JVASP_677 , SiC
4+ from tests .fixtures .data import JVASP_677 , SI , SiC
55from tests .integration import IntegrationTestBase
66
77
@@ -41,5 +41,5 @@ def test_structure_jarvis_db_entry_basis(self):
4141 def test_structure_jarvis_db_entry_lattice_bravais (self ):
4242 self .assertDeepAlmostEqual (self .parser .lattice_bravais (), JVASP_677 ["lattice" ], places = 2 )
4343
44- def test_structure_silicon_carbide (self ):
44+ def test_material_vasp_structure_order_of_elements (self ):
4545 self .assertDeepAlmostEqual (self .parser .basis (), SiC ["basis" ], places = 2 )
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ test_material_from_structure:
247247 structurePath : fixtures/espresso/v5_4/test-001/pw-scf.in
248248 structureFormat : espresso-in
249249
250- test_structure_silicon_carbide :
250+ test_material_vasp_structure_order_of_elements :
251251 structurePath : fixtures/structural/test-003/POSCAR
252252 structureFormat : poscar
253253
You can’t perform that action at this time.
0 commit comments