Closed ian-young closed 2 months ago
Describe the bug Maximum recursion depth is hit on the fourth recommendation of a CC.
To Reproduce Steps to reproduce the behavior:
Pass the 100 and 100, None to recommend_connector.
100
None
recommend_connector
Expected behavior Ignores None value and returns with 6 CC700-16TB connectors.
Resolved in latest commit to channel-calculator.
Describe the bug Maximum recursion depth is hit on the fourth recommendation of a CC.
To Reproduce Steps to reproduce the behavior:
Pass the
100
and100
,None
torecommend_connector
.Expected behavior Ignores
None
value and returns with 6 CC700-16TB connectors.