Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulies committed Nov 7, 2023
1 parent 09adaf2 commit 55f1d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobac/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def transform_feature_points(
)

# make sure that feature points are converted back to int64
ret_features['feature'] = ret_features.feature.astype(int)
ret_features["feature"] = ret_features.feature.astype(int)

return ret_features

Expand Down

0 comments on commit 55f1d66

Please sign in to comment.