Skip to content

Commit

Permalink
Merge and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenaTrajanoska committed Jan 26, 2022
1 parent 1cc3074 commit e12baff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/smoketest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
not a development environment.
"""

import os

import pandas as pd

import whylogs
from whylogs import get_or_create_session
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/statistics/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
columnExistsConstraint,
columnKLDivergenceLessThanConstraint,
columnMostCommonValueInSetConstraint,
columnsMatchSetConstraint,
columnPairValuesInSetConstraint,
columnsMatchSetConstraint,
columnUniqueValueCountBetweenConstraint,
columnUniqueValueProportionBetweenConstraint,
columnValuesAGreaterThanBConstraint,
Expand Down

0 comments on commit e12baff

Please sign in to comment.