@@ -29,8 +29,8 @@ def test_hs_random_selecting(self):
29
29
qseq = run_qs (ds , qs , self .y , len (self .y )- 10 )
30
30
assert_array_equal (
31
31
np .concatenate ([qseq [:10 ], qseq [- 10 :]]),
32
- np .array ([48 , 143 , 13 , 142 , 88 , 130 , 29 , 87 , 36 , 28 ,
33
- 58 , 137 , 49 , 105 , 76 , 71 , 63 , 47 , 64 , 55 ])
32
+ np .array ([39 , 126 , 66 , 135 , 37 , 33 , 118 , 132 , 142 , 144 ,
33
+ 71 , 28 , 63 , 41 , 140 , 34 , 20 , 110 , 136 , 36 ])
34
34
)
35
35
36
36
def test_hs_active_selecting (self ):
@@ -39,8 +39,8 @@ def test_hs_active_selecting(self):
39
39
qseq = run_qs (ds , qs , self .y , len (self .y )- 10 )
40
40
assert_array_equal (
41
41
np .concatenate ([qseq [:10 ], qseq [- 10 :]]),
42
- np .array ([48 , 143 , 13 , 64 , 101 , 108 , 51 , 87 , 36 , 28 ,
43
- 43 , 118 , 47 , 25 , 81 , 82 , 95 , 40 , 67 , 120 ])
42
+ np .array ([39 , 126 , 66 , 135 , 37 , 33 , 118 , 132 , 142 , 144 ,
43
+ 89 , 117 , 48 , 67 , 75 , 14 , 79 , 62 , 105 , 19 ])
44
44
)
45
45
46
46
def test_hs_subsampling (self ):
@@ -52,7 +52,7 @@ def test_hs_subsampling(self):
52
52
assert_array_equal (
53
53
np .concatenate ([qseq [:10 ], qseq [- 10 :]]),
54
54
np .array ([120 , 50 , 33 , 28 , 78 , 133 , 52 , 124 , 102 , 109 ,
55
- 81 , 108 , 12 , 10 , 89 , 114 , 92 , 126 , 48 , 25 ])
55
+ 81 , 108 , 10 , 89 , 126 , 114 , 92 , 48 , 25 , 13 ])
56
56
)
57
57
58
58
def test_hs_report_all_label (self ):
0 commit comments