@@ -346,7 +346,7 @@ def test_lift_with_no_schema_or_x_path(self):
346346 lift_stats_generator .LiftStatsGenerator (
347347 schema = None , y_path = types .FeaturePath (['int_y' ]))
348348
349- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
349+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
350350 def test_lift_string_y (self ):
351351 examples = [
352352 pa .RecordBatch .from_arrays ([
@@ -454,7 +454,7 @@ def test_lift_string_y(self):
454454 add_default_slice_key_to_input = True ,
455455 add_default_slice_key_to_output = True )
456456
457- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
457+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
458458 def test_lift_bytes_x_and_y (self ):
459459 examples = [
460460 pa .RecordBatch .from_arrays ([
@@ -530,7 +530,7 @@ def test_lift_bytes_x_and_y(self):
530530 add_default_slice_key_to_input = True ,
531531 add_default_slice_key_to_output = True )
532532
533- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
533+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
534534 def test_lift_int_y (self ):
535535 examples = [
536536 pa .RecordBatch .from_arrays ([
@@ -697,7 +697,7 @@ def metrics_verify_fn(metric_results):
697697 add_default_slice_key_to_input = True ,
698698 add_default_slice_key_to_output = True )
699699
700- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
700+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
701701 def test_lift_bool_y (self ):
702702 examples = [
703703 pa .RecordBatch .from_arrays ([
@@ -806,7 +806,7 @@ def test_lift_bool_y(self):
806806 add_default_slice_key_to_input = True ,
807807 add_default_slice_key_to_output = True )
808808
809- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
809+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
810810 def test_lift_float_y (self ):
811811 examples = [
812812 pa .RecordBatch .from_arrays ([
@@ -952,7 +952,7 @@ def test_lift_float_y(self):
952952 add_default_slice_key_to_input = True ,
953953 add_default_slice_key_to_output = True )
954954
955- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
955+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
956956 def test_lift_weighted (self ):
957957 examples = [
958958 pa .RecordBatch .from_arrays ([
@@ -1252,7 +1252,7 @@ def test_lift_weighted_weight_is_none(self):
12521252 with beam .Pipeline () as p :
12531253 _ = p | beam .Create (examples ) | generator .ptransform
12541254
1255- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1255+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
12561256 def test_lift_no_categorical_features (self ):
12571257 examples = [
12581258 pa .RecordBatch .from_arrays ([
@@ -1285,7 +1285,7 @@ def test_lift_no_categorical_features(self):
12851285 add_default_slice_key_to_input = True ,
12861286 add_default_slice_key_to_output = True )
12871287
1288- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1288+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
12891289 def test_lift_x_is_none (self ):
12901290 examples = [
12911291 pa .RecordBatch .from_arrays ([
@@ -1361,7 +1361,7 @@ def test_lift_x_is_none(self):
13611361 add_default_slice_key_to_input = True ,
13621362 add_default_slice_key_to_output = True )
13631363
1364- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1364+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
13651365 def test_lift_y_is_none (self ):
13661366 examples = [
13671367 pa .RecordBatch .from_arrays ([
@@ -1444,7 +1444,7 @@ def test_lift_y_is_none(self):
14441444 add_default_slice_key_to_input = True ,
14451445 add_default_slice_key_to_output = True )
14461446
1447- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1447+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
14481448 def test_lift_null_x (self ):
14491449 examples = [
14501450 pa .RecordBatch .from_arrays ([
@@ -1473,7 +1473,7 @@ def test_lift_null_x(self):
14731473 add_default_slice_key_to_input = True ,
14741474 add_default_slice_key_to_output = True )
14751475
1476- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed. " )
1476+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed. " )
14771477 def test_lift_null_y (self ):
14781478 examples = [
14791479 pa .RecordBatch .from_arrays ([
@@ -1502,7 +1502,7 @@ def test_lift_null_y(self):
15021502 add_default_slice_key_to_input = True ,
15031503 add_default_slice_key_to_output = True )
15041504
1505- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1505+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
15061506 def test_lift_missing_x_and_y (self ):
15071507 examples = [
15081508 pa .RecordBatch .from_arrays ([
@@ -1532,7 +1532,7 @@ def test_lift_missing_x_and_y(self):
15321532 add_default_slice_key_to_input = True ,
15331533 add_default_slice_key_to_output = True )
15341534
1535- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1535+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
15361536 def test_lift_float_y_is_nan (self ):
15371537 # after calling bin_array, this is effectively an empty array.
15381538 examples = [
@@ -1562,7 +1562,7 @@ def test_lift_float_y_is_nan(self):
15621562 add_default_slice_key_to_input = True ,
15631563 add_default_slice_key_to_output = True )
15641564
1565- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1565+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
15661566 def test_lift_min_x_count (self ):
15671567 examples = [
15681568 pa .RecordBatch .from_arrays ([
@@ -1628,7 +1628,7 @@ def test_lift_min_x_count(self):
16281628 add_default_slice_key_to_input = True ,
16291629 add_default_slice_key_to_output = True )
16301630
1631- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1631+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
16321632 def test_lift_min_x_count_filters_all (self ):
16331633 examples = [
16341634 pa .RecordBatch .from_arrays ([
@@ -1659,7 +1659,7 @@ def test_lift_min_x_count_filters_all(self):
16591659 add_default_slice_key_to_input = True ,
16601660 add_default_slice_key_to_output = True )
16611661
1662- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1662+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
16631663 def test_lift_overlapping_top_bottom_k (self ):
16641664 examples = [
16651665 pa .RecordBatch .from_arrays ([
@@ -1750,7 +1750,7 @@ def test_lift_overlapping_top_bottom_k(self):
17501750 add_default_slice_key_to_input = True ,
17511751 add_default_slice_key_to_output = True )
17521752
1753- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1753+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
17541754 def test_lift_flattened_x (self ):
17551755 examples = [
17561756 pa .RecordBatch .from_arrays ([
@@ -1854,7 +1854,7 @@ def test_lift_flattened_x(self):
18541854 add_default_slice_key_to_input = True ,
18551855 add_default_slice_key_to_output = True )
18561856
1857- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1857+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
18581858 def test_lift_flattened_x_leaf (self ):
18591859 examples = [
18601860 pa .RecordBatch .from_arrays ([
@@ -1930,7 +1930,7 @@ def test_lift_flattened_x_leaf(self):
19301930 add_default_slice_key_to_input = True ,
19311931 add_default_slice_key_to_output = True )
19321932
1933- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
1933+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
19341934 def test_lift_multi_x (self ):
19351935 examples = [
19361936 pa .RecordBatch .from_arrays ([
@@ -2056,7 +2056,7 @@ def test_lift_multi_x(self):
20562056 add_default_slice_key_to_input = True ,
20572057 add_default_slice_key_to_output = True )
20582058
2059- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
2059+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
20602060 def test_lift_provided_x_no_schema (self ):
20612061 examples = [
20622062 pa .RecordBatch .from_arrays ([
@@ -2123,7 +2123,7 @@ def test_lift_provided_x_no_schema(self):
21232123 add_default_slice_key_to_input = True ,
21242124 add_default_slice_key_to_output = True )
21252125
2126- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed. " )
2126+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed. " )
21272127 def test_lift_flattened_x_and_y (self ):
21282128 examples = [
21292129 pa .RecordBatch .from_arrays ([
@@ -2242,7 +2242,7 @@ def test_lift_flattened_x_and_y(self):
22422242 add_default_slice_key_to_input = True ,
22432243 add_default_slice_key_to_output = True )
22442244
2245- @pytest .mark .xfail (run = False , reason = "PR 266 This test fails and needs to be fixed." )
2245+ @pytest .mark .xfail (run = False , reason = "This test fails and needs to be fixed." )
22462246 def test_lift_slice_aware (self ):
22472247 examples = [
22482248 ('slice1' , pa .RecordBatch .from_arrays ([
0 commit comments