Skip to content

Commit a10438d

Browse files
committed
Add CCOB analysis to replotting
1 parent 43020f6 commit a10438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/rubintv/production/slac/botTesting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def run(self):
917917
# string called name, which is used for logging.
918918
workload1 = self.ReplotterWorkload(
919919
finderFunction=self.getLeftoverMosaicDict,
920-
workerFunction=partial(self.callback, doPlotMosaic=True, timeout=0),
920+
workerFunction=partial(self.callback, doPlotMosaic=True, doCcobAnalysis=True, timeout=0),
921921
name='mosaic',
922922
)
923923
workload2 = self.ReplotterWorkload(

0 commit comments

Comments
 (0)