We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JuliaPlots
Learn more about funding links in repositories.
Report abuse
tst_io.jl
1 parent 890ae45 commit a7055b9Copy full SHA for a7055b9
test/tst_io.jl
@@ -60,7 +60,7 @@ sombrero(x, y) = 30sinc(√(x^2 + y^2) / π)
60
61
@testset "stringify plot - performance regression" begin
62
nightly = occursin("DEV", string(VERSION)) # or length(VERSION.prerelease) < 2
63
- measure = Sys.islinux() && VERSION > v"1.10.0-" && !nightly && !is_pkgeval()
+ measure = Sys.islinux() && !nightly && !is_pkgeval()
64
65
let p = heatmap(collect(1:30) * collect(1:30)')
66
@test string(p; color = true) isa String # 1st pass - ttfp
0 commit comments