Skip to content

Commit 83871df

Browse files
committed
Fix SequenceLengthSimilarity docstring (#659)
1 parent 343066b commit 83871df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdmetrics/single_column/statistical/sequence_length_similarity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def compute(real_data: pd.Series, synthetic_data: pd.Series) -> float:
4141
- Return this score
4242
4343
Args:
44-
real_data (Union[numpy.ndarray, pandas.DataFrame]):
44+
real_data (pd.Series):
4545
The values from the real dataset.
46-
synthetic_data (Union[numpy.ndarray, pandas.DataFrame]):
46+
synthetic_data (pd.Series):
4747
The values from the synthetic dataset.
4848
4949
Returns:

0 commit comments

Comments
 (0)