From 0ecefd33b884eb31e463c51509c97c71467fe629 Mon Sep 17 00:00:00 2001 From: Zeng Fung Liew Date: Sun, 14 Nov 2021 12:56:46 -0800 Subject: [PATCH] Removed plotting test in denoising. --- test/denoising.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/denoising.jl b/test/denoising.jl index 5ed41d9..78508a5 100644 --- a/test/denoising.jl +++ b/test/denoising.jl @@ -102,6 +102,5 @@ end @test typeof(Denoising.surethreshold(x, true, tree)) <: Real @test typeof(relerrorthreshold(x, true, tree)) <: Real # relative error plot - @test typeof(relerrorthreshold(x, true, tree, makeplot=true)[2]) == - Plots.Plot{Plots.GRBackend} + # @test typeof(relerrorthreshold(x, true, tree, makeplot=true)[2]) == Plots.Plot{Plots.GRBackend} end \ No newline at end of file