Skip to content

Commit

Permalink
Add comment to new test per reviewer sugestion
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Jan 12, 2018
1 parent bcab114 commit 3febf2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/unit/algorithms/SpatialPoolerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,8 @@ namespace {

TEST(SpatialPoolerTest, testSameOutputForSameInputNoLearningNoBoosting)
{
// This test verifies possible issue where SP with 0-boosting and learning
// disabled produces different (random) output, compared to the python SP
const UInt inputSize = 10;
const UInt nColumns = 20;
SpatialPooler sp;
Expand Down

0 comments on commit 3febf2e

Please sign in to comment.