fix style

This commit is contained in:
Adarsh Santoria
2023-06-04 11:46:11 +05:30
committed by GitHub
parent 4756cc701b
commit 3c10d014e4
+1 -1
View File
@@ -53,4 +53,4 @@ TEST_CASE("CReLUFunctionTest", "[ANNLayerTest]")
REQUIRE(derivatives.at(i) ==
Approx(desiredDerivatives.at(i)).epsilon(1e-5));
}
}
}