Add empty line after tests
This commit is contained in:
@@ -4128,4 +4128,4 @@ TEST_CASE("BatchNormDeterministicTest", "[ANNLayerTest]")
|
||||
module.Train(input, output);
|
||||
// The model should switch to training mode for predicting.
|
||||
REQUIRE(boost::get<BatchNorm<>*>(module.Model()[0])->Deterministic() == false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user