13 listOfChainDicts = splitChainDict(chainDict)
14 log.debug(
'Implement case for heavy ion chain with %d legs', len(listOfChainDicts))
18 for subChainDict
in listOfChainDicts:
21 listOfChainDefs += [HeavyIon]
22 log.debug(
'length of chaindefs: %d', len(listOfChainDefs))
24 if len(listOfChainDefs) > 1:
25 log.debug(
'Implement case for multi-leg heavy ion chain')
26 theChainDef = mergeChainDefs(listOfChainDefs, chainDict)
28 theChainDef = listOfChainDefs[0]
30 log.debug(
'theChainDef %s', theChainDef)