コード例 #1
0
ファイル: test_threshold.py プロジェクト: NikitaVAP/pycdb
 def test_tg_creation_routines(self):
     s=nxt.left_d_threshold_sequence(5,7)
     s=nxt.right_d_threshold_sequence(5,7)
     s1=nxt.swap_d(s,1.0,1.0)
コード例 #2
0
 def test_tg_creation_routines(self):
     s=nxt.left_d_threshold_sequence(5,7)
     s=nxt.right_d_threshold_sequence(5,7)
     s1=nxt.swap_d(s,1.0,1.0)