From 4d62efa57a560b9fc2cd85ce2334369a49ebf2b4 Mon Sep 17 00:00:00 2001 From: Tamar Grey Date: Tue, 6 Feb 2024 10:58:06 -0500 Subject: [PATCH] Revert "update trans primitive test to work - still unsure how it ever worked before?" This reverts commit 57845f3fe62980cc11d51ad6a14f2ad977e3ce50. --- .../tests/primitive_tests/test_transform_features.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/featuretools/tests/primitive_tests/test_transform_features.py b/featuretools/tests/primitive_tests/test_transform_features.py index c38518815e..e1832e2354 100644 --- a/featuretools/tests/primitive_tests/test_transform_features.py +++ b/featuretools/tests/primitive_tests/test_transform_features.py @@ -75,8 +75,6 @@ NumericLag, NumWords, Percentile, - PhoneNumberToArea, - PhoneNumberToCountry, ScalarSubtractNumericFeature, SubtractNumeric, SubtractNumericScalar, @@ -134,9 +132,6 @@ def test_init_and_name(es): FullNameToFirstName, FullNameToLastName, FullNameToTitle, - # --> how did this work before? Were we just not including these in the test? - PhoneNumberToCountry, - PhoneNumberToArea, ]: features_to_use = customers_features