Skip to content

Commit

Permalink
Badge (#7)
Browse files Browse the repository at this point in the history
* adding codecov badge

* remove print
  • Loading branch information
Sylvain Chevallier authored Mar 28, 2021
1 parent 0f0fe6d commit b78ca06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion mdla/mdla.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b78ca06

Please sign in to comment.