diff --git a/hyperspy/tests/drawing/plot_mva/test_plot_cluster_metric.png b/hyperspy/tests/drawing/plot_mva/test_plot_cluster_metric.png deleted file mode 100644 index fc11a0dd5f..0000000000 Binary files a/hyperspy/tests/drawing/plot_mva/test_plot_cluster_metric.png and /dev/null differ diff --git a/hyperspy/tests/drawing/test_plot_mva.py b/hyperspy/tests/drawing/test_plot_mva.py index 5072f1a100..31ab035b05 100644 --- a/hyperspy/tests/drawing/test_plot_mva.py +++ b/hyperspy/tests/drawing/test_plot_mva.py @@ -185,11 +185,8 @@ def test_plot_cluster_distances_nav2_sig2(self): def test_plot_cluster_signals_nav2_sig2(self): return self.s3.plot_cluster_signals() - @pytest.mark.mpl_image_compare( - baseline_dir=baseline_dir, tolerance=default_tol*2) def test_plot_cluster_metric(self): - ax = self.s.plot_cluster_metric() - return ax.get_figure() + self.s.plot_cluster_metric() def test_except_nocluster_metric(self): with pytest.raises(ValueError):