We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9780cbb commit 28b9e85Copy full SHA for 28b9e85
1 file changed
tests/test_pipeline.cpp
@@ -6,10 +6,6 @@ using namespace lfmc;
6
7
// TODO add more test cases, e.g. for convergence criteria, error handling, etc. and dummy types
8
9
-/* ===========================
10
- Test Cases
11
- =========================== */
12
-
13
TEST_CASE("Pipeline runs until estimator converges") {
14
GeometricBrownianMotion gbm(0.05, 0.2, 100.0);
15
EulerMaruyama<GeometricBrownianMotion> euler;
0 commit comments