Remove Remove runtime test for unsupported complex or _Complex by itself
This commit is contained in:
parent
4f184500d7
commit
2cbf7d725a
1 changed files with 0 additions and 8 deletions
|
|
@ -22,14 +22,6 @@ if 'Conjf3' in dir(complextest):
|
|||
if complextest.Conjf3(a) != a.conjugate():
|
||||
raise RuntimeError("bad complex mapping")
|
||||
|
||||
if 'Conj4' in dir(complextest):
|
||||
if complextest.Conj4(a) != a.conjugate():
|
||||
raise RuntimeError("bad complex mapping")
|
||||
|
||||
if 'Conj5' in dir(complextest):
|
||||
if complextest.Conj5(a) != a.conjugate():
|
||||
raise RuntimeError("bad complex mapping")
|
||||
|
||||
if 'CopyHalf' in dir(complextest):
|
||||
|
||||
v = (complex(1, 2), complex(2, 3), complex(4, 3), 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue