From 36f135b35a69eec2fc7a98f737d6f337b9068c14 Mon Sep 17 00:00:00 2001 From: philipMartini <45294280+philipMartini@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:36:36 +0200 Subject: [PATCH] Update README.rst --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f9fcb54..422aed7 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,10 @@ Installation/Usage Download the release in .tar.gz or .whl format and simply use pip install to install it:: $ pip install PyCTBN-1.0.tar.gz + +Coverage +******** +Please refer to https://app.codecov.io/gh/philipMartini/PyCTBN for a detailed report of test coverage. Documentation ************* @@ -324,4 +328,4 @@ Score based estimation with Tabu Search and Data Augmentation se1.save_results('./results0.json') # ...or save it also in a graphical model fashion # (remember to specify the path AND the .png extension) - se1.save_plot_estimated_structure_graph('./result0.png') \ No newline at end of file + se1.save_plot_estimated_structure_graph('./result0.png')