Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
swag2198 committed Jun 25, 2024
1 parent 592f126 commit deb4fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aix360/algorithms/ecertify/ecertify.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from algorithms.ecertify.ExpCertifyBB import Ecertify

class CertifyExplanation():
class CertifyExplanation(LocalBBExplainer):
"""
Explanation certification class for black-box probabilistic certification of local explanations.
Provides access to :class:`aix360.algorithms.ecertify.ExpCertifyBB`, where the certification strategies
Expand Down
1 change: 1 addition & 0 deletions tests/ecertify/test_ecertify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import numpy as np

from aix360.algorithms.ecertify.ExpCertifyBB import Ecertify
from aix360.algorithms.ecertify.ecertify import CertifyExplanation

class TestCertifyExplainer(unittest.TestCase):

Expand Down

0 comments on commit deb4fca

Please # to comment.