Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Fixed BacktrackingTM serialization error #3765

Merged
merged 1 commit into from Aug 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nupic/algorithms/backtracking_tm.py
Expand Up @@ -3814,4 +3814,4 @@ def updateSynapses(self, synapses, delta):
# This is necessary for unpickling objects that have instances of the nested
# class since the loading process looks for the class at the top level of the
# module.
SegmentUpdate = BacktrackingTM._SegmentUpdate
_SegmentUpdate = BacktrackingTM._SegmentUpdate