@@ -346,7 +346,7 @@ def test_lift_with_no_schema_or_x_path(self):
346
346
lift_stats_generator .LiftStatsGenerator (
347
347
schema = None , y_path = types .FeaturePath (['int_y' ]))
348
348
349
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
349
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
350
350
def test_lift_string_y (self ):
351
351
examples = [
352
352
pa .RecordBatch .from_arrays ([
@@ -454,7 +454,7 @@ def test_lift_string_y(self):
454
454
add_default_slice_key_to_input = True ,
455
455
add_default_slice_key_to_output = True )
456
456
457
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
457
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
458
458
def test_lift_bytes_x_and_y (self ):
459
459
examples = [
460
460
pa .RecordBatch .from_arrays ([
@@ -530,7 +530,7 @@ def test_lift_bytes_x_and_y(self):
530
530
add_default_slice_key_to_input = True ,
531
531
add_default_slice_key_to_output = True )
532
532
533
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
533
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
534
534
def test_lift_int_y (self ):
535
535
examples = [
536
536
pa .RecordBatch .from_arrays ([
@@ -697,7 +697,7 @@ def metrics_verify_fn(metric_results):
697
697
add_default_slice_key_to_input = True ,
698
698
add_default_slice_key_to_output = True )
699
699
700
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
700
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
701
701
def test_lift_bool_y (self ):
702
702
examples = [
703
703
pa .RecordBatch .from_arrays ([
@@ -806,7 +806,7 @@ def test_lift_bool_y(self):
806
806
add_default_slice_key_to_input = True ,
807
807
add_default_slice_key_to_output = True )
808
808
809
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
809
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
810
810
def test_lift_float_y (self ):
811
811
examples = [
812
812
pa .RecordBatch .from_arrays ([
@@ -952,7 +952,7 @@ def test_lift_float_y(self):
952
952
add_default_slice_key_to_input = True ,
953
953
add_default_slice_key_to_output = True )
954
954
955
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
955
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
956
956
def test_lift_weighted (self ):
957
957
examples = [
958
958
pa .RecordBatch .from_arrays ([
@@ -1252,7 +1252,7 @@ def test_lift_weighted_weight_is_none(self):
1252
1252
with beam .Pipeline () as p :
1253
1253
_ = p | beam .Create (examples ) | generator .ptransform
1254
1254
1255
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1255
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1256
1256
def test_lift_no_categorical_features (self ):
1257
1257
examples = [
1258
1258
pa .RecordBatch .from_arrays ([
@@ -1285,7 +1285,7 @@ def test_lift_no_categorical_features(self):
1285
1285
add_default_slice_key_to_input = True ,
1286
1286
add_default_slice_key_to_output = True )
1287
1287
1288
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1288
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1289
1289
def test_lift_x_is_none (self ):
1290
1290
examples = [
1291
1291
pa .RecordBatch .from_arrays ([
@@ -1361,7 +1361,7 @@ def test_lift_x_is_none(self):
1361
1361
add_default_slice_key_to_input = True ,
1362
1362
add_default_slice_key_to_output = True )
1363
1363
1364
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1364
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1365
1365
def test_lift_y_is_none (self ):
1366
1366
examples = [
1367
1367
pa .RecordBatch .from_arrays ([
@@ -1444,7 +1444,7 @@ def test_lift_y_is_none(self):
1444
1444
add_default_slice_key_to_input = True ,
1445
1445
add_default_slice_key_to_output = True )
1446
1446
1447
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1447
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1448
1448
def test_lift_null_x (self ):
1449
1449
examples = [
1450
1450
pa .RecordBatch .from_arrays ([
@@ -1473,7 +1473,7 @@ def test_lift_null_x(self):
1473
1473
add_default_slice_key_to_input = True ,
1474
1474
add_default_slice_key_to_output = True )
1475
1475
1476
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed. " )
1476
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed. " )
1477
1477
def test_lift_null_y (self ):
1478
1478
examples = [
1479
1479
pa .RecordBatch .from_arrays ([
@@ -1502,7 +1502,7 @@ def test_lift_null_y(self):
1502
1502
add_default_slice_key_to_input = True ,
1503
1503
add_default_slice_key_to_output = True )
1504
1504
1505
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1505
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1506
1506
def test_lift_missing_x_and_y (self ):
1507
1507
examples = [
1508
1508
pa .RecordBatch .from_arrays ([
@@ -1532,7 +1532,7 @@ def test_lift_missing_x_and_y(self):
1532
1532
add_default_slice_key_to_input = True ,
1533
1533
add_default_slice_key_to_output = True )
1534
1534
1535
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1535
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1536
1536
def test_lift_float_y_is_nan (self ):
1537
1537
# after calling bin_array, this is effectively an empty array.
1538
1538
examples = [
@@ -1562,7 +1562,7 @@ def test_lift_float_y_is_nan(self):
1562
1562
add_default_slice_key_to_input = True ,
1563
1563
add_default_slice_key_to_output = True )
1564
1564
1565
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1565
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1566
1566
def test_lift_min_x_count (self ):
1567
1567
examples = [
1568
1568
pa .RecordBatch .from_arrays ([
@@ -1628,7 +1628,7 @@ def test_lift_min_x_count(self):
1628
1628
add_default_slice_key_to_input = True ,
1629
1629
add_default_slice_key_to_output = True )
1630
1630
1631
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1631
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1632
1632
def test_lift_min_x_count_filters_all (self ):
1633
1633
examples = [
1634
1634
pa .RecordBatch .from_arrays ([
@@ -1659,7 +1659,7 @@ def test_lift_min_x_count_filters_all(self):
1659
1659
add_default_slice_key_to_input = True ,
1660
1660
add_default_slice_key_to_output = True )
1661
1661
1662
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1662
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1663
1663
def test_lift_overlapping_top_bottom_k (self ):
1664
1664
examples = [
1665
1665
pa .RecordBatch .from_arrays ([
@@ -1750,7 +1750,7 @@ def test_lift_overlapping_top_bottom_k(self):
1750
1750
add_default_slice_key_to_input = True ,
1751
1751
add_default_slice_key_to_output = True )
1752
1752
1753
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1753
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1754
1754
def test_lift_flattened_x (self ):
1755
1755
examples = [
1756
1756
pa .RecordBatch .from_arrays ([
@@ -1854,7 +1854,7 @@ def test_lift_flattened_x(self):
1854
1854
add_default_slice_key_to_input = True ,
1855
1855
add_default_slice_key_to_output = True )
1856
1856
1857
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1857
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1858
1858
def test_lift_flattened_x_leaf (self ):
1859
1859
examples = [
1860
1860
pa .RecordBatch .from_arrays ([
@@ -1930,7 +1930,7 @@ def test_lift_flattened_x_leaf(self):
1930
1930
add_default_slice_key_to_input = True ,
1931
1931
add_default_slice_key_to_output = True )
1932
1932
1933
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
1933
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
1934
1934
def test_lift_multi_x (self ):
1935
1935
examples = [
1936
1936
pa .RecordBatch .from_arrays ([
@@ -2056,7 +2056,7 @@ def test_lift_multi_x(self):
2056
2056
add_default_slice_key_to_input = True ,
2057
2057
add_default_slice_key_to_output = True )
2058
2058
2059
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
2059
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
2060
2060
def test_lift_provided_x_no_schema (self ):
2061
2061
examples = [
2062
2062
pa .RecordBatch .from_arrays ([
@@ -2123,7 +2123,7 @@ def test_lift_provided_x_no_schema(self):
2123
2123
add_default_slice_key_to_input = True ,
2124
2124
add_default_slice_key_to_output = True )
2125
2125
2126
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed. " )
2126
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed. " )
2127
2127
def test_lift_flattened_x_and_y (self ):
2128
2128
examples = [
2129
2129
pa .RecordBatch .from_arrays ([
@@ -2242,7 +2242,7 @@ def test_lift_flattened_x_and_y(self):
2242
2242
add_default_slice_key_to_input = True ,
2243
2243
add_default_slice_key_to_output = True )
2244
2244
2245
- @pytest .mark .xfail (run = False , reason = "PR 260 This test fails and needs to be fixed." )
2245
+ @pytest .mark .xfail (run = True , reason = "PR 260 This test fails and needs to be fixed." )
2246
2246
def test_lift_slice_aware (self ):
2247
2247
examples = [
2248
2248
('slice1' , pa .RecordBatch .from_arrays ([
0 commit comments