Skip to content

Fix SequenceLengthSimilarity docstrings #660

@fealho

Description

@fealho

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].

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions