Skip to content

Commit 6b20c1a

Browse files
committed
Add wavelength of 0.711 and 0.71 back
1 parent 88ea61b commit 6b20c1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_diffraction_objects.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{
1616
"name": "same",
1717
"scat_quantity": "x-ray",
18+
"wavelength": 0.71,
1819
"xtype": "q",
1920
"xarray": np.array([1.0, 2.0]),
2021
"yarray": np.array([100.0, 200.0]),
@@ -23,6 +24,7 @@
2324
{
2425
"name": "same",
2526
"scat_quantity": "x-ray",
27+
"wavelength": 0.71,
2628
"xtype": "q",
2729
"xarray": np.array([1.0, 2.0]),
2830
"yarray": np.array([100.0, 200.0]),
@@ -64,7 +66,8 @@
6466
False,
6567
),
6668
( # Different wavelengths
67-
{
69+
{
70+
"wavelength": 0.71,
6871
"xtype": "tth",
6972
"xarray": np.empty(0),
7073
"yarray": np.empty(0),

0 commit comments

Comments
 (0)