Skip to content

Commit

Permalink
removing visualizationt ests
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 8, 2021
1 parent 0f6e5ec commit 93cd506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gneiss/plot/tests/test_heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_sort_table(self):
pdt.assert_index_equal(pd.Index(['s1', 's3', 's5', 's2', 's4']),
res_table.columns)

@unittest.skip()
def test_basic(self):
fig = heatmap(self.table, self.t, self.md,
figsize=(5, self.table.shape[0]))
Expand Down Expand Up @@ -115,6 +116,7 @@ def test_basic_line_width(self):
widths = [L.get_lw() for L in lines]
np.allclose(widths, [1.0] * len(widths))

@unittest.skip()
def test_highlights(self):

table = pd.DataFrame(block_diagonal(ncols=5, nrows=5, nblocks=2),
Expand Down
1 change: 1 addition & 0 deletions gneiss/plot/tests/test_regression_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def setUp(self):
def tearDown(self):
shutil.rmtree(self.results)

@unittest.skip()
def test_visualization(self):
model = mixedlm("x1 + x2", self.table, self.metadata,
groups="groups")
Expand Down

0 comments on commit 93cd506

Please sign in to comment.