def fail():
     _vec_string(1, np.string_, 'strip')
 def fail():
     _vec_string([['abc', 'def']], np.integer, 'find', (['a', 'd', 'j'],))
 def fail():
     _vec_string('a', np.string_, 'bogus')
 def fail():
     _vec_string('a', np.string_, 'bogus')
 def fail():
     _vec_string([["abc", "def"]], np.integer, "find", (["a", "d", "j"],))
 def fail():
     _vec_string(['a'], 'BOGUS', 'strip')
 def fail():
     _vec_string(['a'], np.integer, 'strip')
Exemple #8
0
 def fail():
     _vec_string(["a"], np.int_, "strip")
Exemple #9
0
 def fail():
     _vec_string([["abc", "def"]], np.int_, "find", (["a", "d", "j"], ))
Exemple #10
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
Exemple #11
0
 def fail():
     _vec_string(["a"], "BOGUS", "strip")
Exemple #12
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
Exemple #13
0
 def fail():
     _vec_string(1, np.string_, "strip")
Exemple #14
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], np.string_, 'strip', 1)
Exemple #16
0
 def fail():
     _vec_string("a", np.string_, "bogus")
 def fail():
     _vec_string(['a'], 'BOGUS', 'strip')
Exemple #18
0
 def fail():
     _vec_string(1, np.string_, "strip")
 def fail():
     _vec_string(['a'], np.string_, 'strip', (1, ))
Exemple #20
0
 def fail():
     _vec_string(["a"], np.string_, "strip", 1)
 def fail():
     _vec_string([['abc', 'def']], np.integer, 'find',
                 (['a', 'd', 'j'], ))
 def fail():
     _vec_string(['a'], np.integer, 'strip')
 def fail():
     _vec_string(1, np.string_, 'strip')
Exemple #24
0
 def fail():
     _vec_string(["a"], np.integer, "strip")