Fix a bug in testOnePeriod. (#322)

* Forget to finishTestPeriod in testOnePeriod.
* Fix #318
avx_docs
Yu Yang 8 years ago committed by emailweixu
parent 5acf136615
commit 968464cc60

@ -116,6 +116,7 @@ void Tester::testOnePeriod() {
}
testOneDataBatch(dataBatch, &outArgs);
}
finishTestPeriod();
}
void Tester::finishTestPeriod() {

Loading…
Cancel
Save