-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fixes to plot_predictions() #153
Conversation
Tests are failing because of vdiffr. When running locally, I get It is passing for oldrel because vdiffr automatically skips for R < 4.1. |
Thanks! |
Apart from the failing GHA tests looks nice! |
Could you tell me what you get when you run |
Yes, vdiffr is automatically installed (since I added it in The files are in the right location but you do get a different snapshot than me. If we are lucky, you are getting the same as the GitHub Actions. So could you please try to:
|
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
+ Coverage 48.44% 53.89% +5.44%
==========================================
Files 18 18
Lines 1348 1349 +1
==========================================
+ Hits 653 727 +74
+ Misses 695 622 -73
Continue to review full report at Codecov.
|
@Bisaloo I think that worked :) |
Amazing! I think we can merge this already if everything looks good to you. I'll have a look at #136 later today but I'll open another PR. |
No description provided.