Skip to content

Commit ac92062

Browse files
hakonanespavoljuhas
authored andcommitted
Change SG test syntax as per @pavoljuhas review, add to changelog
Signed-off-by: Håkon Wiik Ånes <[email protected]>
1 parent 3bf4701 commit ac92062

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Added
66

7+
- A string representation of `SpaceGroup` with key information.
8+
79
### Changed
810

911
### Deprecated

src/diffpy/structure/tests/testspacegroups.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ def test_spacegroup_representation(self):
111111
"SpaceGroup #%i (%s, %s). Symmetry matrices: %i, "
112112
"point sym. matr.: %i"
113113
) % ((key,) + value)
114-
115114
self.assertEqual(sg.__repr__(), expected_str)
116-
115+
return
117116

118117
# End of class TestRoutines
119118

0 commit comments

Comments
 (0)