I still see the following (noted in DM-31067 and already ticketed: DM-31713):
Traceback (most recent call last):
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/meas_extensions_scarlet/22.0.1-3-g31051c9+a0d9a39064/python/lsst/mea\
|
s/extensions/scarlet/scarletDeblendTask.py", line 761, in deblend
|
blend, skipped, spectrumInit = deblend(mExposure, foot, self.config)
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/meas_extensions_scarlet/22.0.1-3-g31051c9+a0d9a39064/python/lsst/mea\
|
s/extensions/scarlet/scarletDeblendTask.py", line 300, in deblend
|
blend = Blend(sources, observation)
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/blend.py"\
|
, line 79, in __init__
|
super().__init__(self.sources)
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/component\
|
.py", line 237, in __init__
|
super().__init__(frame, children=components, bbox=box)
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/component\
|
.py", line 38, in __init__
|
super().__init__(*parameters, children=children)
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/model.py"\
|
, line 47, in __init__
|
self.check_parameters()
|
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/model.py"\
|
, line 122, in check_parameters
|
raise ArithmeticError(msg)
|
ArithmeticError: Model Blend, Parameter 'spectrum' is not finite:
|
[3.2872605e-01 9.9999997e-21 nan 3.3848934e+04 9.9999997e-21
|
9.9999997e-21]
|
But otherwise all looks good. In particular, SFM parity has been reestablished, so gen2/gen3 parity testing for vanilla coaddition/multiband can resume on DM-30284.
The pipe_analysis gen2 & gen2 vs. gen3 plots are linked here and the gen3-only plots are here.
The verifyDrp plots are linked here.
Run logs are in /datasets/DC2/repoRun2.2i/rerun/w_2021_36/DM-31665/logs and linked here.
QA logs are in /datasets/DC2/repoRun2.2i/rerun/w_2021_36/DM-31665/qaLogs and linked here.
Metrics were dispatched and ingested. They can be seen on the dashboard titled "DRP metrics monthly for DC2 (Gen2)" at https://chronograf-demo.lsst.codes/sources/2/dashboards.
I still see the following (noted in
DM-31067and already ticketed:DM-31713):Traceback (most recent call last):
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/meas_extensions_scarlet/22.0.1-3-g31051c9+a0d9a39064/python/lsst/mea\
s/extensions/scarlet/scarletDeblendTask.py", line 761, in deblend
blend, skipped, spectrumInit = deblend(mExposure, foot, self.config)
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/meas_extensions_scarlet/22.0.1-3-g31051c9+a0d9a39064/python/lsst/mea\
s/extensions/scarlet/scarletDeblendTask.py", line 300, in deblend
blend = Blend(sources, observation)
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/blend.py"\
, line 79, in __init__
super().__init__(self.sources)
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/component\
.py", line 237, in __init__
super().__init__(frame, children=components, bbox=box)
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/component\
.py", line 38, in __init__
super().__init__(*parameters, children=children)
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/model.py"\
, line 47, in __init__
self.check_parameters()
File "/software/lsstsw/stack_20210813/stack/miniconda3-py38_4.9.2-0.7.0/Linux64/scarlet/lsst-dev-g965bb5fbbf+f31336177f/lib/python/scarlet/model.py"\
, line 122, in check_parameters
raise ArithmeticError(msg)
ArithmeticError: Model Blend, Parameter 'spectrum' is not finite:
[3.2872605e-01 9.9999997e-21 nan 3.3848934e+04 9.9999997e-21
9.9999997e-21]
But otherwise all looks good. In particular, SFM parity has been reestablished, so gen2/gen3 parity testing for vanilla coaddition/multiband can resume on
DM-30284.The pipe_analysis gen2 & gen2 vs. gen3 plots are linked here and the gen3-only plots are here.
The verifyDrp plots are linked here.
Run logs are in /datasets/DC2/repoRun2.2i/rerun/w_2021_36/
DM-31665/logs and linked here.QA logs are in /datasets/DC2/repoRun2.2i/rerun/w_2021_36/
DM-31665/qaLogs and linked here.Metrics were dispatched and ingested. They can be seen on the dashboard titled "DRP metrics monthly for DC2 (Gen2)" at https://chronograf-demo.lsst.codes/sources/2/dashboards.