Skip to content

Commit

Permalink
Add @test_nowarn to A/E ctc plot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Feb 25, 2025
1 parent 842c951 commit b515893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_lplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ using Test
aoe_corr = vcat(-rand(Distributions.Exponential(5.0), 2_000), zeros(8_000)) .+ randn(10_000)
qdrift_e = max.(0, randn(10_000) .+ 5)
result_aoe_ctc, report_aoe_ctc = LegendSpecFits.ctc_aoe(aoe_corr, e_cal, qdrift_e, [E0])
lplot(report_aoe_ctc, figsize = (600,600))
@test_nowarn lplot(report_aoe_ctc, figsize = (600,600))
end

@testset "Parameter plots" begin
Expand Down

0 comments on commit b515893

Please sign in to comment.