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
> class(x)
[1] "pdb_gold_standard_draws" "draws_list" "draws"
[4] "list"
> posterior::as_draws_df(x)
Error in class(out) <- class_draws_df() :
attempt to set an attribute on NULL
> xdf <- posterior::as_draws_matrix(x)
Error in class(out) <- class_draws_df() :
attempt to set an attribute on NULL
> packageVersion("posterior")
[1] ‘0.0.1’
The text was updated successfully, but these errors were encountered:
Thanks for fixing. I think it would be good to add a test when fixing things like this so we make sure it still works as we continue to change the functions in the package.
I thought of that initially and somehow forgot when committing. I will do
it tomorrow.
Jonah Gabry <notifications@github.com> schrieb am Fr., 15. Nov. 2019, 19:43:
Thanks for fixing. I think it would be good to add a test when fixing
things like this so we make sure it still works as we continue to change
the functions in the package.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#51>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCW2AC4PUFNRIISFSRJSBDQT3NURANCNFSM4JNW5SEQ>
.
The text was updated successfully, but these errors were encountered: