candle.parsing_utils.check_flag_conflicts

candle.parsing_utils.check_flag_conflicts#

candle.parsing_utils.check_flag_conflicts(params)#

Check if parameters that must be exclusive are used in conjunction. The check is made against CONFLICT_LIST, a global list that describes parameter pairs that should be exclusive. Raises an exception if pairs of parameters in CONFLICT_LIST are specified simulataneously.

Parameters:

params (Dict) – list to extract keywords from