Skip to content

Commit

Permalink
Add py12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Mar 27, 2024
1 parent d483e38 commit afac3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion rdt/transformers/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import numpy as np
import pandas as pd
from scipy.stats import norm
from pandas.api.types import is_numeric_dtype

from rdt.errors import TransformerInputError
from rdt.transformers.base import BaseTransformer
Expand Down
1 change: 1 addition & 0 deletions tests/integration/transformers/test_categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def test_one_hot_categoricals():

# Run
transformed_data = transformer.fit_transform(test_data, column='A')

# Assert
pd.testing.assert_frame_equal(
transformed_data,
Expand Down

0 comments on commit afac3de

Please sign in to comment.