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 89d56ac commit 0dd0394Copy full SHA for 0dd0394
specreduce/tests/test_tracing.py
@@ -151,7 +151,7 @@ def test_fit_trace():
151
window = 10
152
guess = int(nrows / 2)
153
img_win_nans = img.copy()
154
- img_win_nans[guess - window: guess + window] = np.nan
+ img_win_nans[guess - window : guess + window] = np.nan
155
156
# ensure float bin values trigger a warning but no issues otherwise
157
with pytest.warns(UserWarning, match="TRACE: Converting bins to int"):
0 commit comments