From 57845f3fe62980cc11d51ad6a14f2ad977e3ce50 Mon Sep 17 00:00:00 2001 From: Tamar Grey Date: Tue, 6 Feb 2024 09:27:16 -0500 Subject: [PATCH] update trans primitive test to work - still unsure how it ever worked before? --- .../tests/primitive_tests/test_transform_features.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/featuretools/tests/primitive_tests/test_transform_features.py b/featuretools/tests/primitive_tests/test_transform_features.py index e1832e2354..c38518815e 100644 --- a/featuretools/tests/primitive_tests/test_transform_features.py +++ b/featuretools/tests/primitive_tests/test_transform_features.py @@ -75,6 +75,8 @@ NumericLag, NumWords, Percentile, + PhoneNumberToArea, + PhoneNumberToCountry, ScalarSubtractNumericFeature, SubtractNumeric, SubtractNumericScalar, @@ -132,6 +134,9 @@ 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