Nuts divergences fix - #82
Conversation
|
WIP, do not merge. Fixes #81 |
|
@paciorek Do you know what's the problem with the (Windows only) testing failures here? The failure message is copied below: |
|
It might be this change to R. I think it might have something to do with an older binary for rlang being installed in the testing environment. I can look more this coming week. |
|
Thanks, Chris. I appreciate any help. |
|
Updating the Windows runner to R 4.6 fixed that issue. Presumably because the rlang binary was not compatible with the older Windows, though I haven't grasped all the details. There is now a tolerance-related test failure on MacOS. |
|
@paciorek Can you please explain a bit more what you meant by "Updating the Windows runner to R 4.6 fixed that issue" ? I don't see any changes or commits that you might have made in this PR, and the two Windows test-related errors still appear to be present. |
|
Whoops, I made the change in commit 12e0f7c on master, not here... Can you fix things up? |
|
@paciorek Thank you! |
|
@paciorek The reason I always had That said, I'm happy to try submitting to CRAN is it currently is (without |
|
I think it's generally a bad idea to submit with a Note like this being present. So I think we either need |
|
I can confirm that adding However, (as previous) when I had I'm at a loss for where any functions from |
|
That's weird -- if I add We could send nimbleHMC to winbuilder and see if the warning shows up there if you do make that addition to NAMESPACE. |
|
In order to avoid these warnings (using |
|
Actually, I think the rev dep check was just flagging the case that there was no use of |
NUTSsampler correctly trackingnumDivergences, the number of divergent paths encountered.