Skip to content

Commit

Permalink
Merge pull request #62 from PrimozGodec/fix-tests
Browse files Browse the repository at this point in the history
Fix test and update minimum version of SHAP
  • Loading branch information
PrimozGodec committed Jul 25, 2023
2 parents b1e5926 + 4338833 commit 322ab0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -233,7 +233,7 @@ def test_annotation_combo(self):

self.widget.graph.set_axis.reset_mock()
simulate.combobox_activate_index(self.widget._annot_combo, 1)
args = ([[(0, "4"), (1, "5"), (2, "1"), (3, "3"), (4, "2")]],)
args = ([[(0, "1"), (1, "5"), (2, "4"), (3, "3"), (4, "2")]],)
self.widget.graph.set_axis.assert_called_once_with(*args)

self.send_signal(self.widget.Inputs.data, None)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
"numpy",
"pyqtgraph",
"scipy",
"shap >=0.42.0",
"shap >=0.42.1",
"scikit-learn>=1.0.1",
]

Expand Down

0 comments on commit 322ab0b

Please sign in to comment.