Skip to content

Commit

Permalink
try showing more infos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 23, 2024
1 parent ca4d228 commit 040ea8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WGLMakie/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ excludes = Set([
"Image on Surface Sphere", # TODO: texture rotated 180°
# "heatmaps & surface", # TODO: fix direct NaN -> nancolor conversion
"Array of Images Scatter", # scatter does not support texture images

"Order Independent Transparency",
"fast pixel marker",
"Textured meshscatter", # not yet implemented
Expand Down Expand Up @@ -52,6 +52,8 @@ end
session = edisplay.browserdisplay.handler.session
session_size = Base.summarysize(session) / 10^6
texture_atlas_size = Base.summarysize(WGLMakie.TEXTURE_ATLAS) / 10^6
@show typeof.(last.(WGLMakie.TEXTURE_ATLAS.listeners))
@show length(WGLMakie.TEXTURE_ATLAS.listeners)
@show session_size texture_atlas_size
@test session_size / 10^6 < 6
@test texture_atlas_size < 6
Expand Down Expand Up @@ -91,7 +93,7 @@ end
rm(filename)
end


f, a, p = scatter(rand(10));
filename = "$(tempname()).mp4"
try
Expand Down Expand Up @@ -124,4 +126,4 @@ end
@test events(f).tick[] == tick

# TODO: test normal rendering
end
end

0 comments on commit 040ea8c

Please sign in to comment.