From b78ca06635044a7ae9bac10fa9076e6854fda91b Mon Sep 17 00:00:00 2001 From: Sylvain Chevallier Date: Sun, 28 Mar 2021 23:56:58 +0200 Subject: [PATCH] Badge (#7) * adding codecov badge * remove print --- README.md | 1 + mdla/mdla.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc6e5a..7fada52 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://github.com/sylvchev/mdla/workflows/Test-and-Lint/badge.svg)](https://github.com/sylvchev/mdla/actions?query=branch%3Amaster) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![codecov](https://codecov.io/gh/sylvchev/mdla/branch/master/graph/badge.svg?token=Vba6g9c5pM)](https://codecov.io/gh/sylvchev/mdla) ## Dictionary Learning for the multivariate dataset diff --git a/mdla/mdla.py b/mdla/mdla.py index 9e16c2d..fbfce6b 100644 --- a/mdla/mdla.py +++ b/mdla/mdla.py @@ -1386,7 +1386,6 @@ def fit(self, X, y=None): print("Warning: X has more features than dictionary kernels") # raise ValueError('X has more features than dictionary kernels') - print("merdum") code, dictionary, err = multivariate_dict_learning( X, self.n_kernels,