From 164c8bd90cc0d3dc85a4c4066ff5ecc3982e4300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Mon, 6 May 2024 18:02:18 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eafa922..948f4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - *convergence_best* hyperparameter to the BoostAODE class, to control the way the prior accuracy is computed if convergence is set. Default value is *false*. - SPnDE model. - A2DE model. +- A2DE & SPnDE tests. +- Add tests to reach 99% of coverage. ### Internal @@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactor catch2 library location to test/lib - Refactor loadDataset function in tests. - Remove conditionalEdgeWeights method in BayesMetrics. -- A2DE & SPnDE tests. +- Refactor Coverage Report generation. ## [1.0.5] 2024-04-20