Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed Dec 22, 2020
1 parent 42d4521 commit 6eb2b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functors.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def testCompositeDifference(self):
df = self._compositeDifferenceVal(CompositeFunctor(funcDict), parq1, parq2) # noqa

def testCompositeFail(self):
"""Test a composite functor where one of the functors should
"""Test a composite functor where one of the functors should be junk.
"""
self.dataDict["base_PsfFlux_instFlux"] = np.full(self.nRecords, 1000)
parq = self.simulateMultiParquet(self.dataDict)
Expand Down

0 comments on commit 6eb2b64

Please sign in to comment.