Skip to content

Commit

Permalink
update trans primitive test to work - still unsure how it ever worked…
Browse files Browse the repository at this point in the history
… before?
  • Loading branch information
Tamar Grey committed Feb 6, 2024
1 parent 1aed0d5 commit 57845f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions featuretools/tests/primitive_tests/test_transform_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
NumericLag,
NumWords,
Percentile,
PhoneNumberToArea,
PhoneNumberToCountry,
ScalarSubtractNumericFeature,
SubtractNumeric,
SubtractNumericScalar,
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 57845f3

Please sign in to comment.