-
-
Notifications
You must be signed in to change notification settings - Fork 655
Tag ParticleFilters.jl v0.3.0 #19226
Tag ParticleFilters.jl v0.3.0 #19226
Conversation
Seems like the failure in the JuliaCIBot tests is because imagemagick is missing. Is that ok, or is there a workaround to make it skip those tests somehow? It does pass on Travis: https://travis-ci.org/JuliaPOMDP/ParticleFilters.jl/builds/448661677 |
It looks like it is a regression from the previous version. Any idea why this would happen? |
The new tests include a tutorial that produces a gif using imagemagick through Reel.jl. The old tests didn't include this tutorial. I'd like to keep the tutorial in the tests if possible. I guess ideally Reel.jl would make sure imagemagick is provided. Is there any way to have certain tests run on Travis, but not on JuliaCI? |
It looks like that test is simply skipped on Travis, see https://travis-ci.org/JuliaPOMDP/ParticleFilters.jl/jobs/448661679#L1591. There are quite a few errors on Travis but for some reason, they don't seem to be fatal. If theory, you'd be able to skip some of the tests with something |
Repository: JuliaPOMDP/ParticleFilters.jl --- 0.2.0/requires
+++ 0.3.0/requires
@@ -1,4 +1,4 @@
-julia 0.6
+julia 0.7
StatsBase
POMDPs 0.6
POMDPModelTools cc: @zsunberg Please make sure that:
|
31bcea9
to
67a3558
Compare
Repository: JuliaPOMDP/ParticleFilters.jl --- 0.2.0/requires
+++ 0.3.0/requires
@@ -1,4 +1,4 @@
-julia 0.6
+julia 0.7
StatsBase
POMDPs 0.6
POMDPModelTools cc: @zsunberg Please make sure that:
|
67a3558
to
863de05
Compare
@andreasnoack thanks for the feedback. I share your desire for it to work, but I think the solution is to get Reel.jl fixed to make sure imagemagick is available shashi/Reel.jl#15. So for now I just disabled running those notebook tutorials on Julia CI |
oh, I see you merged it, thanks! |
Repository: JuliaPOMDP/ParticleFilters.jl
Release: v0.3.0
Travis:
Diff: vs v0.2.0
requires
vs v0.2.0:cc: @zsunberg
Please make sure that: