Skip to content

Commit

Permalink
update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Aug 5, 2024
1 parent 1e0f36a commit 05a3ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/single_table/test_copulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def test_datetime_values_inside_real_data_range():


def test_support_new_pandas_dtypes():
"""Test that the synthesizer supports the new pandas dtypes."""
"""Test that the synthesizer supports the nullable numerical pandas dtypes."""
# Setup
data = pd.DataFrame({
'Int8': pd.Series([1, 2, -3, pd.NA], dtype='Int8'),
Expand Down

0 comments on commit 05a3ebe

Please sign in to comment.