We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e7fdd commit 7324351Copy full SHA for 7324351
src/diffpy/labpdfproc/tests/test_tools.py
@@ -183,7 +183,7 @@ def test_set_wavelength_bad(inputs, msg):
183
cli_inputs = ["2.5", "data.xy"] + inputs
184
actual_args = get_args(cli_inputs)
185
with pytest.raises(ValueError, match=re.escape(msg[0])):
186
- actual_args.wavelength = set_wavelength(actual_args)
+ actual_args = set_wavelength(actual_args)
187
188
189
params5 = [
0 commit comments