Skip to content

Commit

Permalink
('B2', ) in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 31, 2023
1 parent 3167c3b commit c6562a2
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 @@ -1497,7 +1497,7 @@ def test_hypertransformer_with_mutli_column_transformer_and_single_column(self):
},
'transformers': {
'A': DummyMultiColumnTransformerNumerical(),
('B2'): DummyMultiColumnTransformerNumerical(),
('B2', ): DummyMultiColumnTransformerNumerical(),
'C': UniformEncoder()
}
}
Expand Down

0 comments on commit c6562a2

Please sign in to comment.