Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Aug 31, 2024
1 parent 43e8565 commit 065000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_get_wyckoff_position_from_xyz(self):
else:
assert wp.get_label() == wp0

def test_short_path_to_general_wp():
def test_short_path_to_general_wp(self):
data = [('t', 0, 141, ['16h']), ('t', 6, 122, ['16e'])]
G = Group(227)
assert G.short_path_to_general_wp(4) == data
Expand Down

0 comments on commit 065000c

Please sign in to comment.