Skip to content

Commit

Permalink
Remove propogating schema into RefMatchTask.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jan 29, 2019
1 parent 91d46c1 commit 1053d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/astrom/astrometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AstrometryTask(RefMatchTask):
_DefaultName = "astrometricSolver"

def __init__(self, refObjLoader, schema=None, **kwargs):
RefMatchTask.__init__(self, refObjLoader, schema=schema, **kwargs)
RefMatchTask.__init__(self, refObjLoader, **kwargs)

if schema is not None:
self.usedKey = schema.addField("calib_astrometry_used", type="Flag",
Expand Down

0 comments on commit 1053d3c

Please sign in to comment.