Skip to content

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Apr 21, 2022
1 parent d84ba0d commit 5e93b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/meas/astrom/astrometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def setDefaults(self):
self.sourceSelector.name = "matcher"
self.sourceSelector["matcher"].sourceFluxType = self.sourceFluxType

# Note that if the matcher is MatchOptimisticBTask, then the
# default should be self.sourceSelector['matcher'].excludePixelFlags = False
# Note that if the matcher is MatchOptimisticBTask, then the default
# should be self.sourceSelector['matcher'].excludePixelFlags = False
# However, there is no way to do this automatically.


Expand Down

0 comments on commit 5e93b90

Please sign in to comment.