pysteps.verification.detcontscores.det_cont_fct_merge

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 with pysteps.verification.detcontscores.det_cont_fct_accum().

err_2: dict

Another verification error object initialized with pysteps.verification.detcontscores.det_cont_fct_init() and populated with pysteps.verification.detcontscores.det_cont_fct_accum().

Returns
out: dict

The merged verification error object.