Skip to content

Commit

Permalink
fix: duplicate key in test dict (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy authored and chanedwin committed Oct 30, 2022
1 parent f5190a0 commit ee16e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pandas_profiling/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file is auto-generated by setup.py, please do not alter."""
__version__ = "3.3.1"
__version__ = "3.4.0"
2 changes: 1 addition & 1 deletion tests/unit/test_pandas/test_correlations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_summary():
"float_1": {"type": "Numeric", "n_distinct": 10},
"float_2": {"type": "Numeric", "n_distinct": 10},
"integer_1": {"type": "Numeric", "n_distinct": 10},
"integer_1": {"type": "Numeric", "n_distinct": 10},
"integer_2": {"type": "Numeric", "n_distinct": 10},
"string_1": {"type": "Categorical", "n_distinct": 10},
"string_2": {"type": "Categorical", "n_distinct": 10},
}
Expand Down

0 comments on commit ee16e95

Please sign in to comment.