You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the identical code on the Sharcnet HPC system, if I include np = nuts_params(mcmc_out), the code will fail with the error:
Error in `geom_point()`:
! Problem while computing aesthetics.
ℹ Error occurred in the 2nd layer.
Caused by error in `check_aesthetics()`:
! Aesthetics must be either length 1 or the same as the data (15000)
✖ Fix the following mappings: `colour` and `size`
Run `rlang::last_error()` to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up again. Sorry it's still an issue. Unfortunately I was never able to reproduce this on the cluster I had access to, which made it quite difficult to debug. If anyone has any ideas what might be causing this I'd love to know so we can fix it!
I can create pairs plots fine on my laptop.
When I run the identical code on the Sharcnet HPC system, if I include
np = nuts_params(mcmc_out)
, the code will fail with the error:The text was updated successfully, but these errors were encountered: