Skip to content

Commit

Permalink
Update test_coherent_interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlhr542 committed Aug 8, 2024
1 parent 12f0b39 commit db9dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analysis/interfaces/test_coherent_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def test_termination_searching(self):
self.assertTrue(cib.terminations == [('1_Ge_P4/mmm_1', '1_Si_P4/mmm_1'),\
('1_Ge_P4/mmm_1', '2_Si_P4/mmm_1'),\
('2_Ge_P4/mmm_1', '1_Si_P4/mmm_1'),\
('2_Ge_P4/mmm_1', '2_Si_P4/mmm_1')],\ 'termination results wrong')
('2_Ge_P4/mmm_1', '2_Si_P4/mmm_1')], 'termination results wrong')

0 comments on commit db9dddc

Please sign in to comment.