Skip to content

Commit

Permalink
enable old SP test
Browse files Browse the repository at this point in the history
  • Loading branch information
breznak committed Oct 6, 2015
1 parent b0e2e69 commit 9be9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/nupic/research/spatial_pooler_unit_test.py
Expand Up @@ -1315,7 +1315,7 @@ def testInhibitColumnsLocal(self):
# L W W L L W W L L L
trueActive = [1, 2, 5, 6]
active = list(sp._inhibitColumnsLocal(overlaps, density))
# self.assertListEqual(trueActive, active) #FIXME why was this commented out? should still be used?
self.assertListEqual(trueActive, sorted(active))

# Test add to winners
density = 0.3333
Expand Down

0 comments on commit 9be9307

Please sign in to comment.