Skip to content

Commit 65d2729

Browse files
committed
precommit edits
1 parent 47b440d commit 65d2729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_structure.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,10 @@ def test_get_anisotropic_displacement_parameters(datafile, input, expected):
844844
[ # case: user wants isotropic displacement parameters as an array
845845
# so they set return_array=True
846846
# expected: a 1D array of shape (num_atoms,) with the Uiso values
847-
[True, np.array([0.0225566, 0.0225566, 0.0225566, 0.0225566, 0.0155528, 0.0155528, 0.0155528, 0.0155528])],
847+
[
848+
True,
849+
np.array([0.0225566, 0.0225566, 0.0225566, 0.0225566, 0.0155528, 0.0155528, 0.0155528, 0.0155528]),
850+
],
848851
# case: user wants isotropic displacement parameters as a dictionary
849852
# so they set return_array=False (default behavior)
850853
# expected: a dictionary with keys like "I_Uiso" and values as the corresponding Uiso values

0 commit comments

Comments
 (0)