Skip to content

Commit

Permalink
rm mpl test
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Feb 21, 2019
1 parent b6ccd79 commit ad6c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def test_line_plot(plot_df):
return fig


@pytest.mark.mpl_image_compare(**MPL_KWARGS)
def test_line_plot_cmap(plot_df):
# need to provide cmap and color both
_plot_df = copy.deepcopy(plot_df)
_plot_df.set_meta(meta=[np.nan] * 4, name='test')
pytest.raises(ValueError, _plot_df.line_plot, cmap='magma')
Expand Down

0 comments on commit ad6c8dc

Please sign in to comment.