Skip to content

Commit

Permalink
Remove comment after investigating following DM-15756
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Dec 18, 2018
1 parent 476240b commit c80c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/makeBrighterFatterKernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MakeBrighterFatterKernelTaskConfig(pexConfig.Config):
dtype=float,
doc="Sanity check level for the sum of the input cross-correlations. Arrays which " +
"sum to greater than this are discarded before the clipped mean is calculated.",
default=2.0 # TODO: DM-15401 Restore this to nominal value of 0.2 if appropriate
default=2.0
)
maxIterSuccessiveOverRelaxation = pexConfig.Field(
dtype=int,
Expand Down

0 comments on commit c80c077

Please sign in to comment.