Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SequenceLengthSimilarity docstrings #660

Closed
fealho opened this issue Nov 14, 2024 · 0 comments · Fixed by #662
Closed

Fix SequenceLengthSimilarity docstrings #660

fealho opened this issue Nov 14, 2024 · 0 comments · Fixed by #662
Assignees
Labels
bug Something isn't working
Milestone

Comments

@fealho
Copy link
Member

fealho commented Nov 14, 2024

Error Description

The docstrings for SequenceLengthSimilarity include the following:

Args:
real_data (Union[numpy.ndarray, pandas.DataFrame]):
The values from the real dataset.
synthetic_data (Union[numpy.ndarray, pandas.DataFrame]):
The values from the synthetic dataset.

The type hints for the real and synthetic data parameters are incorrect. They should be pd.Series, not Union[numpy.ndarray, pandas.DataFrame].

@fealho fealho added bug Something isn't working new Label applied to new issues and removed new Label applied to new issues labels Nov 14, 2024
@fealho fealho self-assigned this Nov 14, 2024
@fealho fealho added this to the 0.16.1 milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant