JuliaPOMDP / POMDPGallery.jl

A gallery of POMDPs.jl problems
Other
48 stars 10 forks source link

Test failing due to latex #9

Open mykelk opened 3 years ago

mykelk commented 3 years ago

It looks like we have an issue with testing on the travis build due to missing luatex85.sty. Should we not have TikzPictures as part of the testing? Or should we add the dependency to have a proper install?

zsunberg commented 3 years ago

Yes, that seems like a good idea - we also could just switch to a Compose-based approach. If it is for the lasertag problem. I have a compose-based visualization for a similar problem here: https://github.com/zsunberg/DMUStudent.jl/blob/1db6d1de32f81df43cb1ee36ea1d4263b5c1d708/src/HW6.jl#L199

Adding TikzPictures is probably the easiest fix.