psweep.psweep.filter_params_dup_hash# psweep.psweep.filter_params_dup_hash(params, hashes)[source]# Return params with psets whose hash is not in hashes. Use pset["_pset_hash"] if present, else calculate hash on the fly. Parameters: params (Sequence[dict]) hashes (Sequence[str]) Return type: Sequence[dict]