remove skip from examples

This commit is contained in:
Simon Christ 2020-11-13 11:51:41 +01:00
parent 54a1920b09
commit 081efb9441

View File

@ -1120,7 +1120,6 @@ _backend_skips = Dict(
32, # spy 32, # spy
49, # polar heatmap 49, # polar heatmap
51, # image with custom axes 51, # image with custom axes
52, # 3d quiver
], ],
) )