Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhynkokateryna committed Dec 3, 2024
1 parent 4d47e2e commit 077c679
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sharp/visualization/tests/test_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ def mock_sharp():

class MockSharp:
def __init__(self):
self.qoi = "rank"
self.measure = "shapley"
self.feature_names_ = np.array(["Feature1", "Feature2", "Feature3"])
self.qoi="rank"
self.measure="shapley"

return MockSharp()

Expand Down

0 comments on commit 077c679

Please sign in to comment.