-
Notifications
You must be signed in to change notification settings - Fork 12
Residual quantiles added as postprocess layer #59
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks good.
I think the reason for 3 rows is because you used layer_naomit()
. So this is actually as designed!
@ChloeYou After making the minor change, feel free to merge.
latest <- get_test_data(recipe = r, x = jhu) | ||
|
||
|
||
test_that("function works", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's give this test a slightly more informative name.
Somehow the layer_predict unit tests are giving 3 rows instead of 108 rows. Testing if it runs properly on a virtual machine.