Closed sjpeterson closed 4 years ago
The issue is fixed on MakieGallery' master branch!
You can use the master branch by executing this snippet in the REPL:
]add MakieGallery#master
Well, that solved that particular issue, but revealed a slew of others. First all image comparison tests failed because I use a tiling window manager, then just the moire image comparison failed (by a small margin) with xfwm4, then I finally managed to get all tests to pass by switching back to my tiling manager and explicitly instruct it not to manage Makie's windows.
This was just with ]test Makie
, however, and the test invocation when attempting to precompile with PackageCompiler.compile_incremental
appears to play by different rules as 22 tests failed (in most cases, something about no suitable method for save_media
) and the precompilation itself failed with
ERROR: LoadError: LoadError: Ambiguous dependency on `AbstractPlotting`
Trying ]test Makie
again, normals_of_a_cat
fails.
This should be fixed, and CI is green now.
test Makie
fails indirectly due to something that appears to be related to thesolve
function for differential equations (Julia 1.3).