Skip to content

Commit 94d0089

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 74e1401 commit 94d0089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_applycutoff_range2(self):
122122
self.test_gui.cube = self.test_sofq
123123
self.test_gui.qminentry.insert(0, "15")
124124
self.test_gui.qmaxentry.insert(0, "35")
125-
125+
126126
# Desired behavior is nans in the arrays below qmin and above qmax. As a result, np.nanmax will generate runtimewarnings when it
127127
# encounters slices that are all nans. capture these so tests pass cleanly without warnings
128128
with warnings.catch_warnings():

0 commit comments

Comments
 (0)