We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I discovered this file but literally do not know we had to deal with it for all the 5 years of my involvement in pymc https://github.com/pymc-devs/pytensor/blob/5affc30827add3ebe3495d150edf62b782def1db/pytensor/misc/pkl_utils.py
I found it is used in
pytensor/pytensor/compile/function/__init__.py
Line 78 in 5affc30
Can we just implement a proper __getstate__?
__getstate__
The text was updated successfully, but these errors were encountered:
In PyMC we use cloudpickle and that works just fine.
cloudpickle
The test_pkl_utils.py is suspiciously short, and pkl_utils wasn't changed much in the past two years. The ZIP file approach sounds very hackish too..
test_pkl_utils.py
pkl_utils
Maybe remove it?
Sorry, something went wrong.
@ferrine was this removed in #111?
No it was not: https://github.com/pymc-devs/pytensor/blob/rel-2.9.0/tests/misc/test_pkl_utils.py
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
I discovered this file but literally do not know we had to deal with it for all the 5 years of my involvement in pymc
https://github.com/pymc-devs/pytensor/blob/5affc30827add3ebe3495d150edf62b782def1db/pytensor/misc/pkl_utils.py
I found it is used in
pytensor/pytensor/compile/function/__init__.py
Line 78 in 5affc30
Can we just implement a proper
__getstate__
?The text was updated successfully, but these errors were encountered: