Skip to content

Commit aa1af39

Browse files
committed
Final setup of wavelenth value comparison
1 parent 9f0f11a commit aa1af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diffraction_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
),
5252
( # Different wavelengths
5353
{
54+
"wavelength": 0.71,
5455
"xtype": "tth",
5556
"xarray": np.empty(0),
5657
"yarray": np.empty(0),
5758
"metadata": {"thing1": 1, "thing2": "thing2"},
5859
},
5960
{
60-
"wavelength": 0.42,
6161
"xtype": "tth",
6262
"xarray": np.empty(0),
6363
"yarray": np.empty(0),

0 commit comments

Comments
 (0)