I’m working on backtracking_tm.py API docs, and there’s this function:
Which ignores the topDownIn method parameter and simply returns self.columnConfidences() instead. Then you have that function:
Which ignores the cellConfidences method parameter as well.
What’s the story with this? Seems like it needs cleanup.
Legacy code - thumbs up for removing it as long as it is not used anywhere critical (I doubt it.)
1 Like
Thanks Subutai, I’ll have a PR soon.