AustralianAntarcticDivision / SOmap

Southern Ocean round maps
https://australianantarcticdivision.github.io/SOmap/
24 stars 6 forks source link

SOauto test failing? #10

Closed Maschette closed 5 years ago

Maschette commented 5 years ago

The test for SOauto is failing but I don't know how to fix it.

mdsumner commented 5 years ago

It's the plot matching by vdiffr afaics

Maschette commented 5 years ago

So how do I fix it? do I need to fix the plot or the test?

Maschette commented 5 years ago

Oh I just realised this will be my fault as when I made it flexible for point/line characteristics I changed the default point color. I will have to work out how to update the .svg

mdsumner commented 5 years ago

I was expecting to do it myself, what you do is run

vdiffr::manage_cases()

and a shiny app walks you through it. I'm still learning

Maschette commented 5 years ago

fixed it.