Skip to content

Commit c730aa8

Browse files
test
1 parent af73654 commit c730aa8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,5 @@ jobs:
4949
miniconda-version: "latest"
5050
- name: Install numpy
5151
run: conda install numpy=${{ matrix.numpy-version }}
52-
- name: Check linting
53-
run: make lint
5452
- name: Check static typing
5553
run: make type-check
56-
- name: Test with pytest
57-
run: make coverage
58-
- name: Code coverage
59-
run: codecov

mapie/classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(
221221
n_jobs: Optional[int] = None,
222222
conformity_score: Optional[BaseClassificationScore] = None,
223223
random_state: Optional[Union[int, np.random.RandomState]] = None,
224-
verbose: int = 0
224+
verbose: str = 0
225225
) -> None:
226226
self.estimator = estimator
227227
self.method = method

0 commit comments

Comments
 (0)