Skip to content

Commit

Permalink
[suggestion] new suite/check result display api (#1611)
Browse files Browse the repository at this point in the history
* new suite/check result display api
  • Loading branch information
yromanyshyn committed Jun 17, 2022
1 parent a6894a3 commit d9d9a19
Show file tree
Hide file tree
Showing 32 changed files with 1,875 additions and 735 deletions.
2 changes: 1 addition & 1 deletion deepchecks/core/check_json.py
Expand Up @@ -20,7 +20,7 @@

from deepchecks.core.check_result import CheckFailure, CheckResult
from deepchecks.core.condition import Condition, ConditionCategory, ConditionResult
from deepchecks.utils.display import imagetag
from deepchecks.utils.html import imagetag

__all__ = [
'CheckResultJson',
Expand Down

0 comments on commit d9d9a19

Please sign in to comment.