POMDPGallery.jl icon indicating copy to clipboard operation
POMDPGallery.jl copied to clipboard

Test failing due to latex

Open mykelk opened this issue 4 years ago • 1 comments

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?

mykelk avatar Feb 25 '21 17:02 mykelk

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.

zsunberg avatar Feb 26 '21 04:02 zsunberg