We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728446 commit 9d7b447Copy full SHA for 9d7b447
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Test with tox
27
run: tox
28
- name: Upload coverage to Codecov
29
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
30
with:
31
name: Python ${{ matrix.python-version }}
32
fail_ci_if_error: false
tests/test_stats.py
@@ -1,4 +1,4 @@
1
-# pylint: disable=redefined-outer-name, no-self-use
+# pylint: disable=redefined-outer-name, no-self-use, too-many-positional-arguments
2
"""Test the stats module."""
3
import numpy as np
4
import pytest
0 commit comments