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.
2 parents 2e5fb1c + 34107b8 commit 9958e35Copy full SHA for 9958e35
unittest/python/test_eigen_ref.py
@@ -49,7 +49,7 @@ def test(mat):
49
50
class ModifyBlockImpl(modify_block):
51
def __init__(self):
52
- super().__init__()
+ super(ModifyBlockImpl, self).__init__()
53
54
def call(self, mat):
55
n, m = mat.shape
0 commit comments