コード例 #1
0
ファイル: test_ltisys.py プロジェクト: monker490/WordVec
 def test_complex_input(self):
     # Test that complex input doesn't raise an error.
     # `step` doesn't seem to have been designed for complex input, but this
     # works and may be used, so add regression test.  See gh-2654.
     step(([], [-1], 1 + 0j))
コード例 #2
0
ファイル: test_ltisys.py プロジェクト: 7924102/scipy
 def test_complex_input(self):
     # Test that complex input doesn't raise an error.
     # `step` doesn't seem to have been designed for complex input, but this
     # works and may be used, so add regression test.  See gh-2654.
     step(([], [-1], 1+0j))