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 74e1401 commit 94d0089Copy full SHA for 94d0089
tests/integration_test.py
@@ -122,7 +122,7 @@ def test_applycutoff_range2(self):
122
self.test_gui.cube = self.test_sofq
123
self.test_gui.qminentry.insert(0, "15")
124
self.test_gui.qmaxentry.insert(0, "35")
125
-
+
126
# Desired behavior is nans in the arrays below qmin and above qmax. As a result, np.nanmax will generate runtimewarnings when it
127
# encounters slices that are all nans. capture these so tests pass cleanly without warnings
128
with warnings.catch_warnings():
0 commit comments