We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e6b48 commit d7ad2b8Copy full SHA for d7ad2b8
tests/image_normalize_test.py
@@ -229,7 +229,7 @@ def test_normalize_workflow(
229
"Computing normalized sample image stack assuming constant exposure time."
230
)
231
with (
232
- # Following warnings are expected to be raise
+ # Following warnings are expected to be raised
233
# until we use the correct exposure time in the data files
234
pytest.warns(expected_warning=UserWarning, match=mean_ob_warning_msg),
235
pytest.warns(expected_warning=UserWarning, match=mean_dc_warning_msg),
0 commit comments