Skip to content

Commit b162f83

Browse files
committed
requested fixes
1 parent df86af2 commit b162f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/examples/hotgym/HelloSPTP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ EPOCHS = 2; // make test faster in Debug
154154
avgAnomOld_ = avgAnom10.getCurrentAvg(); //update
155155
}
156156
tAnLikelihood.start();
157-
anLikely = anLikelihood.anomalyProbability(an); //FIXME AnLikelihood is 0.0, probably not working correctly
157+
anLikely = anLikelihood.anomalyProbability(an);
158158
tAnLikelihood.stop();
159159

160160

src/examples/hotgym/HelloSPTP.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class BenchmarkHotgym {
1616
public:
1717
Real64 run(
1818
UInt EPOCHS = 5000,
19-
bool useSPlocal=false, //can toggle which (long running) components are tested, default all
19+
bool useSPlocal=true, //can toggle which (long running) components are tested, default all
2020
bool useSPglobal=true,
2121
bool useTM=true,
2222
const UInt COLS = 2048, // number of columns in SP, TP

0 commit comments

Comments
 (0)