Add empty line after tests

This commit is contained in:
kartikdutt18
2020-08-04 17:14:14 +05:30
parent bdb5abd181
commit d570d7c694
+1 -1
View File
@@ -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);
}
}