Skip to content

Commit

Permalink
Revert "update trans primitive test to work - still unsure how it eve…
Browse files Browse the repository at this point in the history
…r worked before?"

This reverts commit 57845f3.
  • Loading branch information
Tamar Grey committed Feb 6, 2024
1 parent 57845f3 commit 4d62efa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions featuretools/tests/primitive_tests/test_transform_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
NumericLag,
NumWords,
Percentile,
PhoneNumberToArea,
PhoneNumberToCountry,
ScalarSubtractNumericFeature,
SubtractNumeric,
SubtractNumericScalar,
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4d62efa

Please sign in to comment.