Skip to content

Commit d1f767b

Browse files
committed
Restore wavelenght none in one of the test cases
1 parent 2752578 commit d1f767b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_diffraction_objects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,11 @@
103103
( # Different on_q
104104
{
105105
"xtype": "q",
106-
"wavelength": 0.71,
107106
"xarray": np.array([1.0, 2.0]),
108107
"yarray": np.array([100.0, 200.0]),
109108
},
110109
{
111110
"xtype": "q",
112-
"wavelength": 0.71,
113111
"xarray": np.array([3.0, 4.0]),
114112
"yarray": np.array([100.0, 200.0]),
115113
"metadata": {"thing1": 1, "thing2": "thing2"},

0 commit comments

Comments
 (0)