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 aa86704 commit bea3182Copy full SHA for bea3182
larray/tests/test_array.py
@@ -4557,7 +4557,6 @@ def test_diag():
4557
assert d.i[1] == 1.0
4558
4559
4560
-@needs_python36
4561
def test_matmul():
4562
# 2D / anonymous axes
4563
a1 = ndtest([Axis(3), Axis(3)])
@@ -4712,7 +4711,6 @@ def test_matmul():
4712
4711
assert_array_equal(arr2d @ arr4d, res)
4713
4714
4715
4716
def test_rmatmul():
4717
a1 = eye(3) * 2
4718
a2 = ndtest([Axis(3), Axis(3)])
@@ -5070,7 +5068,6 @@ def test_stack():
5070
5068
assert_array_equal(res, expected)
5071
5069
5072
5073
5074
def test_stack_kwargs_no_axis_labels():
5075
# these tests rely on kwargs ordering, hence python 3.6
5076
0 commit comments