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

Commit

Permalink
Fixed BacktrackingTM serialization error (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Aug 21, 2017
1 parent f7618a9 commit 066e183
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 066e183

Please sign in to comment.