Forcing Recompiling Stan #705
edwinnglabs
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometime due to whatever reason (e.g. change of python version during development), we messed up the serialization in pickling the stan models. Orbit will think the pickle file is ready to load but then it ends up not matching the right deserialization process. I am wondering if this is a good idea: add an arg like default
force=False
then ifforce==True
we force recompilation to "clean up" the pickle file?Beta Was this translation helpful? Give feedback.
All reactions