Skip to content

Commit

Permalink
'int' in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Sep 7, 2023
1 parent 054d9eb commit afbf35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/transformers/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _reverse_transform(self, data):
result = data.diff(axis=1)
result.iloc[:, 0] = data.iloc[:, 0]

return result.astype(int)
return result.astype('int64')

data_test = pd.DataFrame({
'col_1': [1, 2, 3],
Expand Down

0 comments on commit afbf35d

Please sign in to comment.