pysteps.verification.detcontscores.det_cont_fct_merge#
- pysteps.verification.detcontscores.det_cont_fct_merge(err_1, err_2)#
Merge two verification error objects.
- Parameters:
err_1 (dict) – A verification error object initialized with
pysteps.verification.detcontscores.det_cont_fct_init()
and populated withpysteps.verification.detcontscores.det_cont_fct_accum()
.err_2 (dict) – Another verification error object initialized with
pysteps.verification.detcontscores.det_cont_fct_init()
and populated withpysteps.verification.detcontscores.det_cont_fct_accum()
.
- Returns:
out – The merged verification error object.
- Return type:
dict