We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5a320 commit ad68e1cCopy full SHA for ad68e1c
1 file changed
tests/test_getTemplate.py
@@ -310,7 +310,9 @@ def testMissingPatches(self):
310
nInput=[8, 16],
311
)
312
def testNanInputs(self, box=None, nInput=None):
313
- """Test that the template has finite values when some of the input pixels have NaN as variance."""
+ """Test that the template has finite values when some of the input
314
+ pixels have NaN as variance.
315
+ """
316
for tract, patchRefs in self.patches.items():
317
for patchRef in patchRefs:
318
patchCoadd = patchRef.get()
0 commit comments