Skip to content

Commit

Permalink
Merge branch 'tickets/DM-30030'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed May 21, 2021
2 parents 664d2ae + bee3d26 commit ba660ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/loadDiaCatalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LoadDiaCatalogsConfig(pexConfig.Config):
pixelMargin = pexConfig.RangeField(
doc="Padding to add to 4 all edges of the bounding box (pixels)",
dtype=int,
default=300,
default=250,
min=0,
)
loadDiaSourcesByPixelId = pexConfig.Field(
Expand Down
1 change: 1 addition & 0 deletions tests/test_loadDiaCatalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def testGetPixelRanges(self):
the WCS.
"""
diaConfig = LoadDiaCatalogsConfig()
diaConfig.pixelMargin = 300 # overriding to value tests were conditioned on
diaConfig.htmMaxRanges = 4
diaLoader = LoadDiaCatalogsTask(config=diaConfig)

Expand Down

0 comments on commit ba660ad

Please sign in to comment.