Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhynkokateryna committed Dec 3, 2024
1 parent b1296b8 commit cd13cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions sharp/visualization/tests/test_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ def test_group_boxplot_group_by_variable(sample_data):
assert len(ax.get_xticklabels()) == len(X["group"].unique())


def test_group_boxplot_no_feature_names(sample_data):
X, y, contributions, _ = sample_data
ax = group_boxplot(X, y, contributions, group=5, show=False)
assert ax is not None
assert len(ax.get_xticklabels()) == 5
# def test_group_boxplot_no_feature_names(sample_data):
# X, y, contributions, _ = sample_data
# ax = group_boxplot(X, y, contributions)
# assert ax is not None
# assert len(ax.get_xticklabels()) == 5


def test_group_boxplot_show(sample_data):
Expand Down
2 changes: 1 addition & 1 deletion sharp/visualization/tests/test_waterfall.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import pandas as pd
import numpy as np
from sharp.visualization._waterfall import format_value, _waterfall, waterfall
from sharp.visualization._waterfall import format_value, _waterfall


@pytest.mark.parametrize(
Expand Down

0 comments on commit cd13cc6

Please sign in to comment.