Skip to content

Commit 450fc07

Browse files
committed
update tests
1 parent a589829 commit 450fc07

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

brainpy/math/tests/test_numpy_einsum.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
18+
import pytest
19+
pytest.skip("No need to test.", allow_module_level=True)
20+
21+
1722
import itertools
1823
from collections import defaultdict
1924
from functools import partial

brainpy/math/tests/test_numpy_indexing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717

1818
import pytest
19+
pytest.skip("No need to test.", allow_module_level=True)
20+
1921
import enum
2022
import itertools
2123
import typing

brainpy/math/tests/test_numpy_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515

1616
import pytest
17+
pytest.skip("No need to test.", allow_module_level=True)
18+
1719
import collections
1820
import functools
1921
from functools import partial

0 commit comments

Comments
 (0)