Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrybakov committed Apr 12, 2024
2 parents b12b73c + c821d74 commit bc7d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radtools/crystal/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def niggli(
>>> gamma = acos(-22 / 2 / a / b) * TODEGREES
>>> print(f"{alpha:.2f} {beta:.2f} {gamma:.2f}")
103.92 109.47 134.88
>>> niggli_matrix_form = rad.niggli(a, b, c, alpha, beta, gamma, verbose=True)
>>> niggli_matrix_form = rad.niggli(a, b, c, alpha, beta, gamma, verbose=True) #doctest: +NORMALIZE_WHITESPACE
A B C xi eta zeta
start: 9.00000 27.00000 4.00000 -5.00000 -4.00000 -22.00000
2 appl. to 9.00000 27.00000 4.00000 -5.00000 -4.00000 -22.00000
Expand Down

0 comments on commit bc7d190

Please sign in to comment.