Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Laurent committed Feb 3, 2025
1 parent af73654 commit c730aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,5 @@ jobs:
miniconda-version: "latest"
- name: Install numpy
run: conda install numpy=${{ matrix.numpy-version }}
- name: Check linting
run: make lint
- name: Check static typing
run: make type-check
- name: Test with pytest
run: make coverage
- name: Code coverage
run: codecov
2 changes: 1 addition & 1 deletion mapie/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(
n_jobs: Optional[int] = None,
conformity_score: Optional[BaseClassificationScore] = None,
random_state: Optional[Union[int, np.random.RandomState]] = None,
verbose: int = 0
verbose: str = 0
) -> None:
self.estimator = estimator
self.method = method
Expand Down

0 comments on commit c730aa8

Please sign in to comment.