Skip to content

Commit

Permalink
fix integreation test with SDMetrics-0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo authored and amontanez24 committed Sep 27, 2024
1 parent ca381a7 commit ab3bcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/evaluation/test_multi_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_evaluation():
def test_evaluation_metadata():
"""Test ``evaluate_quality`` and ``run_diagnostic`` with Metadata."""
# Setup
table = pd.DataFrame({'id': [0, 1, 2, 3], 'col': [1, 2, 3, 4]})
table = pd.DataFrame({'id': [0, 1, 2, 3], 'col': [1, 2, 3, 4.0]})
slightly_different_table = pd.DataFrame({'id': [0, 1, 2, 3], 'col': [1, 2, 3, 3.5]})
data = {
'table1': table,
Expand Down

0 comments on commit ab3bcc0

Please sign in to comment.