add new line at bottom

This commit is contained in:
Adarsh Santoria
2023-02-17 10:35:21 +05:30
committed by GitHub
parent 232ed1cfee
commit fc0afb80c5
@@ -83,4 +83,4 @@ TEST_CASE("PReLUGRADIENTTest", "[ANNLayerTest]")
REQUIRE(0.0103 - arma::accu(predGradient) ==
Approx(0.0).margin(1e-4));
}
}