Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Mar 25, 2022
1 parent ae3f567 commit 12b5bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_hyper_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def test_multiple_fits_with_set_config():
# Run
ht.detect_initial_config(data)
ht.set_config(config={
'sdtypes': {'integer': 'float'},
'sdtypes': {'integer': 'numerical'},
'transformers': {'bool': FrequencyEncoder}
})
ht.fit(data)
Expand Down

0 comments on commit 12b5bfb

Please sign in to comment.