Skip to content

Commit

Permalink
Removed plotting test in denoising.
Browse files Browse the repository at this point in the history
  • Loading branch information
zengfung committed Nov 14, 2021
1 parent b8b4a9b commit 0ecefd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/denoising.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 comments on commit 0ecefd3

@zengfung
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/48775

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.12 -m "<description of version>" 0ecefd33b884eb31e463c51509c97c71467fe629
git push origin v0.1.12

Please sign in to comment.