This merge request contains two fixes:
- Replace
dict.iteritems
usage with theiteritems
function from thesix
module in theL1DecoderConfig.py
module - Use logger rather than print statements in
SCT_ConditionsConfig_test.py
This merge request contains two fixes:
dict.iteritems
usage with the iteritems
function from the six
module in the L1DecoderConfig.py
moduleSCT_ConditionsConfig_test.py