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
Describe the bug
The new version of develop introduces issues loading ProtocolDatas and associated classes from older pyGSTi versions due to circuit.py changes. I ran into this issue with pickle originally, but I am now observing it mainly with the from_dir method. Here's a demo notebook:
Thanks for the report and the notebook, @pcwysoc. I was aware of the pickle issue, and this has been fixed on #496. I am having some trouble reproducing the issue with the protocol data objects though. Could you provide a pair of specific commits for the data object generation and read-in which reproduces the issue?
Describe the bug
The new version of develop introduces issues loading ProtocolDatas and associated classes from older pyGSTi versions due to circuit.py changes. I ran into this issue with pickle originally, but I am now observing it mainly with the from_dir method. Here's a demo notebook:
CircuitLoadingBug.ipynb.zip
The text was updated successfully, but these errors were encountered: