Off by one bug in nested config parser

Description

There is an off by one bug in _cartesian_multiplication() (nested_config.py) where if given a list of vectors to try and merge with each other, the last vector, if merged, needs to be excluded from the final result since it was already merged. In other cases, if the last vector was not merged, it needs to be included in the final result.

Activity

Show:
Fixed

Details

Assignee

Reporter

Priority

Created March 6, 2018 at 8:34 AM
Updated April 1, 2018 at 12:31 PM
Resolved March 6, 2018 at 3:11 PM