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
* Update CI Python version to 3.12.
* Try Python 3.11 as there is some problem with ruff.
* Go back to Python version 3.12 after fixing formatting to comply with latest versions of black and ruff.
* Try going back to Python 3.11.
* Fix to comply with PEP 612 (see microsoft/pyright#5844 (comment)).
* Fix typo
* Go back to previous runtime.py and ignore mypy PEP 612 check.
* Back to Python 3.12,
* Back to Python 3.11.
* Update Sphinx version to 0.5.0.
* Update Sphinx version to 8.2.3.
* Try removing Sphnix version in order solve dependency conflict.
* List all Python modules for CI debug.
* Try with Python 3.12 due to jaraco/path#231.
* Unpin setuptools version.
* Updated Sphinx version to 7.3.7.
* Fix Sphinx issue (works on local machine).
* Remove unused import.
* Try different Sphinx versions.
* Use Sphnix upgrade path.
* Convert random seed to int data type.
* Update levy-stable kstest.
* Mark easyguide/test_easyguide.py::test_serialize as an expected failure according to the bug mentioned at #3430.
Issue Description
Serializing an easyguide corrupts the easyguide being serialized, while the deserialized easyguide actually works.
Environment
3.11.7
2.6.0+cu124
1.9.1+455f7b3b
Code Snippet
The issue can be replicated by running the easyguide serialization test:
The text was updated successfully, but these errors were encountered: