Skip to content

Commit

Permalink
tweak test value
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Aug 24, 2020
1 parent 40d4831 commit 1f1371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def dw_fwhm(energy, crystal, hkl):
assert_allclose(dw_dide(10000, 'Si', (1, 1, 1)), 1.340, rtol=0.01)

assert_allclose(dw_dide(10000, 'Si', (2, 2, 0)), 0.595, rtol=0.01)
assert_allclose(dw_dide(15000, 'Si', (2, 2, 0)), 0.881, rtol=0.01)
assert_allclose(dw_dide(15000, 'Si', (2, 2, 0)), 0.891, rtol=0.01)

assert_allclose(dw_dide(10000, 'Si', (3, 1, 1)), 0.288, rtol=0.01)
assert_allclose(dw_dide(20000, 'Si', (3, 1, 1)), 0.565, rtol=0.01)
Expand Down

0 comments on commit 1f1371f

Please sign in to comment.