-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font error? #101
Comments
To try master you need to always also checkout AbstractPlotting: Pkg.checkout("Makie")
Pkg.checkout("AbstractPlotting")
Pkg.test("Makie") GLVisualize is right now integrated into Makie to more easily try out radical ideas, so if you have a clean install GLVisualize won't be installed ;) |
Thanks, now it installs. Maybe we should update the
? However,
just brings up a black screen on Ubuntu 16.04, Julia v0.6.3. here is the result of
Visual Regression: Error During Test failed process: Process( ===================================================================================================================================================================================================================================================================================
|
ah great, i actually just fixed this today: |
I still get a black screen, and this test now fails:
appreciate your help, your package is essential for my research! |
oh that's new! i'll have a look at it tonight! |
did you close the window inbetween tests by any chance? its weird that the first test passes and that you get such a fundamental error after! |
woops i did close the window between tests; thought i had to. now I get a different error.
i resolved upon
now,
in the REPL does not result in any window popping up. also, in Jupyter Lab, the screen is just black still. |
ah yeah, sorry i moved the support of repl and jupyterlab to the bottom of the priority list lately ... i wanted to fix it today though ;) right now its either atom, or doing |
Ok, here you go: 9287cf7 |
Hello, when testing a simple example scene = Scene(resolution = (500, 500))
heatmap(rand(32, 32))
center!(scene) I get a very similar error to SimonEnsemble, i.e. ERROR: Couldn't load font /Users/franckzagala/.julia/v0.6/Makie/src/glbackend/GLVisualize/assets/fonts/DejaVuSans.ttf with error 1
Stacktrace:
[1] newface(::String, ::Int64, ::Array{Ptr{Void},1}) at /Users/franckzagala/.julia/v0.6/FreeTypeAbstraction/src/functions.jl:81
[2] defaultfont() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:39
[3] cached_load() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:80
[4] get_texture_atlas() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:105
[5] (::AbstractPlotting.##282#290{Int64})(::StaticArrays.SArray{Tuple{4,4},Float32,2,16}, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:202
[6] map(::Function, ::Reactive.Signal{StaticArrays.SArray{Tuple{4,4},Float32,2,16}}, ::Reactive.Signal{Any}, ::Reactive.Signal{Array{String,1}}, ::Vararg{Reactive.Signal,N} where N) at /Users/franckzagala/.julia/v0.6/Reactive/src/operators.jl:34
[7] plot!(::Annotations{...}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:198
[8] plot!(::Axis2D{...}, ::Type{Annotations{...}}, ::AbstractPlotting.Attributes, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:369
[9] #plot!#167(::Array{Any,1}, ::Function, ::Axis2D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
[10] (::AbstractPlotting.#kw##plot!)(::Array{Any,1}, ::AbstractPlotting.#plot!, ::Axis2D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
[11] #annotations!#278(::Array{Any,1}, ::Function, ::Axis2D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78
[12] (::AbstractPlotting.#kw##annotations!)(::Array{Any,1}, ::AbstractPlotting.#annotations!, ::Axis2D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
[13] #TextBuffer#348(::Array{AbstractPlotting.Quaternion{Float32},1}, ::Array{ColorTypes.RGBA{Float32},1}, ::Array{Float32,1}, ::Bool, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{GeometryTypes.Vec{2,Float32},1}, ::Bool, ::Array{Any,1}, ::AbstractPlotting.#TextBuffer, ::Axis2D{...}, ::Type{GeometryTypes.Point{2,T} where T}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
[14] TextBuffer(::Axis2D{...}, ::Type{GeometryTypes.Point{2,T} where T}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
[15] plot!(::AbstractPlotting.Scene, ::Type{Axis2D{...}}, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/axis.jl:327
[16] axis2d!(::AbstractPlotting.Scene, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80
[17] plot!(::AbstractPlotting.Scene, ::Heatmap{...}, ::AbstractPlotting.Attributes) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:296
[18] plot!(::AbstractPlotting.Scene, ::Type{Heatmap{...}}, ::AbstractPlotting.Attributes, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:362
[19] plot!(::AbstractPlotting.Scene, ::Type{T} where T, ::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
[20] #plot#161(::Array{Any,1}, ::Function, ::Type{T} where T, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:326
[21] plot(::Type{T} where T, ::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:326
[22] #heatmap#83(::Array{Any,1}, ::Function, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:107
[23] heatmap(::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:107 As you suggested I then checkout Makie and AbstractPlotting Pkg.checkout("Makie")
Pkg.checkout("AbstractPlotting") Then, when testing Makie, a get a weird error, i.e. INFO: Computing test dependencies for Makie...
INFO: No packages to install, update or remove
INFO: Testing Makie
ERROR: Julia and the system image were compiled for different architectures.
Please delete or regenerate sys.{so,dll,dylib}.
================================[ ERROR: Makie ]================================
failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Ccore2 -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
INFO: No packages to install, update or remove
ERROR: Makie had test errors @SimonDanisch Do you have any idea, or suggestions? Did I screw up something during the precompilation? thank you very much :) (mac OS 10.13.3, julia 0.6.2) |
Uh, that looks like a Julia problem, not sure why this pops up here. |
thank you for your quick response time ;) For simplicity, and because I had doubt about stuff I did to julia, I simply reinstalled julia. Then Pkg.clone("https://github.com/JuliaPlots/Makie.jl.git") # works well
Pkg.checkout("AbstractPlotting") # works well However, the test still doesn't pass (they errored actually), furthermore I am a bit confused by julia> Pkg.test("Makie")
INFO: Computing test dependencies for Makie...
INFO: Cloning cache of MeshIO from https://github.com/JuliaIO/MeshIO.jl.git
INFO: Installing MeshIO v0.1.3
INFO: Testing Makie
WARNING: --output requested, but no modules defined during run
WARNING: The call to compilecache failed to create a usable precompiled cache file for module FFTW. Got:
WARNING: Cache file "/Users/franckzagala/.julia/lib/v0.6/FFTW.ji" not found.
WARNING: eval from module Main to ImageCore:
Expr(:call, Expr(:., :Base, :include_from_node1)::Any, "/Users/franckzagala/.julia/v0.6/FFTW/src/FFTW.jl")::Any
** incremental compilation may be broken for this module **
WARNING: --output requested, but no modules defined during run
WARNING: The call to compilecache failed to create a usable precompiled cache file for module FFTW. Got:
WARNING: Cache file "/Users/franckzagala/.julia/lib/v0.6/FFTW.ji" not found.
WARNING: eval from module Main to FFTViews:
Expr(:call, Expr(:., :Base, :include_from_node1)::Any, "/Users/franckzagala/.julia/v0.6/FFTW/src/FFTW.jl")::Any
** incremental compilation may be broken for this module **
WARNING: Method definition set_theme!() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/scenes.jl:220 overwritten at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/scenes.jl:225.
WARNING: could not import AbstractPlotting.arguments into Makie
WARNING: could not import AbstractPlotting.onpick into Makie
WARNING: could not import AbstractPlotting.pick into Makie
WARNING: Method definition poly() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72.
WARNING: Method definition show(IO, Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76.
WARNING: Method definition poly(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77.
WARNING: Method definition #poly(Array{Any, 1}, typeof(AbstractPlotting.poly), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80.
WARNING: Method definition poly!(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81.
WARNING: Method definition poly!(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition default_theme(Any, Type{#s20} where #s20<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:(Union{StaticArrays.StaticArray{Tuple{N}, T, 1}, Tuple{Vararg{T, N}}} where T where N)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:12 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:128.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:Union{GeometryTypes.HyperSphere{2, T} where T, GeometryTypes.SimpleRectangle{T} where T}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:13 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:129.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:14 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:130.
WARNING: Method definition calculated_attributes!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:16 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:131.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:Tuple{Union{GeometryTypes.AbstractMesh{VertT, FaceT} where FaceT where VertT, GeometryTypes.GeometryPrimitive{N, T} where T where N}}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:19 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:134.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:(Tuple{#s35} where #s35<:AbstractArray{P, 1})) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:32 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:148.
WARNING: Method definition convert_arguments(Any, IntervalSets.ClosedInterval{T} where T, IntervalSets.ClosedInterval{T} where T, Any) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/conversions.jl:96 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/argument_conversion.jl:19.
WARNING: using GLAbstraction.VecTypes in module Makie conflicts with an existing identifier.
WARNING: using GLAbstraction.boundingbox in module Makie conflicts with an existing identifier.
WARNING: using AbstractPlotting.IRect in module GLVisualize conflicts with an existing identifier.
WARNING: using AbstractPlotting.VecTypes in module GLVisualize conflicts with an existing identifier.
WARNING: Method definition calculated_attributes!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:16 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:131.
WARNING: Method definition default_theme(Any, Type{#s20} where #s20<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:Tuple{Union{GeometryTypes.AbstractMesh{VertT, FaceT} where FaceT where VertT, GeometryTypes.GeometryPrimitive{N, T} where T where N}}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:19 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:134.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:(Tuple{#s35} where #s35<:AbstractArray{P, 1})) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:32 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:148.
WARNING: Method definition #poly(Array{Any, 1}, typeof(AbstractPlotting.poly), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78.
WARNING: Method definition poly!(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81.
WARNING: Method definition poly!(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82.
WARNING: Method definition poly() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72.
WARNING: Method definition poly(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79.
WARNING: Method definition poly(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:(Union{StaticArrays.StaticArray{Tuple{N}, T, 1}, Tuple{Vararg{T, N}}} where T where N)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:12 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:128.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:Union{GeometryTypes.HyperSphere{2, T} where T, GeometryTypes.SimpleRectangle{T} where T}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:13 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:129.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:14 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:130.
WARNING: Method definition convert_arguments(Any, IntervalSets.ClosedInterval{T} where T, IntervalSets.ClosedInterval{T} where T, Any) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/conversions.jl:96 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/argument_conversion.jl:19.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition show(IO, Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
INFO: Cloning ReferenceImages from https://github.com/SimonDanisch/ReferenceImages.git
INFO: Computing changes...
INFO: Caching fonts, this may take a while. Needed only on first run!
image:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
scatter colormap:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
FEM polygon 2D:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
FEM mesh 2D:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
colored triangle:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
heatmap interpolation:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
colored triangle:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
Subscenes:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
Polygons:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
Contour Function:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
contour:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
Heatmap:: Error During Test
Got an exception of type DimensionMismatch outside of a @test
DimensionMismatch("A and B must have the same indices")
Stacktrace:
[1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
[2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
[3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
[4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
[5] macro expansion at ./test.jl:860 [inlined]
[6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
[7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
[8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[14] macro expansion at ./test.jl:860 [inlined]
[15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[16] include_from_node1(::String) at ./loading.jl:576
[17] include(::String) at ./sysimg.jl:14
[18] process_options(::Base.JLOptions) at ./client.jl:305
[19] _start() at ./client.jl:371
LoadError: You can't create a video stream without ffmpeg installed.
Please install ffmpeg, e.g. via https://ffmpeg.org/download.html.
When you download the binaries, please make sure that you add the path to your PATH
environment variable.
On unix you can install ffmpeg with `sudo apt-get install ffmpeg`.
while loading animated_scatter, in expression starting on line 7
failed to evaluate the example:
` ` ` julia
using Makie
N = 10
r = [(rand(7, 2) .- 0.5) .* 25 for i = 1:N]
scene = scatter(r[1][:, 1], r[1][:, 2], markersize = 1, limits = FRect(-25/2, -25/2, 25, 25))
s = scene[end] # last plot in scene
record(scene, "./media/animated_scatter.mp4", r) do m
s[1] = m[:, 1]
s[2] = m[:, 2]
end
` ` `
Visual Regression: Error During Test
Got an exception of type MethodError outside of a @test
MethodError: no method matching toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::Void, ::Bool)
Closest candidates are:
toimages(::Any, ::Any, ::AbstractPlotting.Scene, ::Any) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:18
toimages(::Any, ::Any, ::String, ::Any) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:28
Stacktrace:
[1] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
[2] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
[3] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
[4] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
[5] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
[6] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
[7] macro expansion at ./test.jl:860 [inlined]
[8] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
[9] include_from_node1(::String) at ./loading.jl:576
[10] include(::String) at ./sysimg.jl:14
[11] process_options(::Base.JLOptions) at ./client.jl:305
[12] _start() at ./client.jl:371
Test Summary: | Error Total
Visual Regression | 13 13
image: | 1 1
scatter colormap: | 1 1
FEM polygon 2D: | 1 1
FEM mesh 2D: | 1 1
colored triangle: | 1 1
heatmap interpolation: | 1 1
colored triangle: | 1 1
Subscenes: | 1 1
Polygons: | 1 1
Contour Function: | 1 1
contour: | 1 1
Heatmap: | 1 1
ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 13 errored, 0 broken.
while loading /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl, in expression starting on line 83
================================[ ERROR: Makie ]================================
failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Cgeneric -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
INFO: Removing MeshIO v0.1.3
ERROR: Makie had test errors |
Hm I just ran the tests and it works. Maybe you're on a slightly older version? I just recently fixed a few bugs in the tests! It should be Makie + AbstractPlotting on latest master! |
ok, I now have ffmpeg installed, I am actually on the latest master of Makie and of AbstractPlotting, however the test still errors :/ It is quite incomprehensible for me sorry for the very long error :)
|
Did you resize the window when starting? Or ar you on osx? Those errors mean, that you for some reason run all tests with a different resolution, which annoys the visual regression algorithm ;) |
I didn't resize the window and yes I am on OSX :) |
Ok, then OSX is again messing with the resolution^^ let me see if I can come up with a fix! |
Btw, it's highly likely that you're basically already passing the tests, if it wasn't for the resolution ;) |
To confirm, |
as far as I'm concerned this is fixed |
use Makie instead of AbstractPlotting
Upon:
I get:
When I installed via:
To be fair I get an error
ERROR: GLVisualize is not a git repo
... Was this not supposed to happen? The install directions do not say what to do if the checkout doesn't work. Thanks.The text was updated successfully, but these errors were encountered: