Skip to content

Commit ad68e1c

Browse files
committed
Reflow docstring
1 parent 2b5a320 commit ad68e1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_getTemplate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ def testMissingPatches(self):
310310
nInput=[8, 16],
311311
)
312312
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."""
313+
"""Test that the template has finite values when some of the input
314+
pixels have NaN as variance.
315+
"""
314316
for tract, patchRefs in self.patches.items():
315317
for patchRef in patchRefs:
316318
patchCoadd = patchRef.get()

0 commit comments

Comments
 (0)