-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
workspace object + exec() command #23
Labels
bug
A bug or regression
Comments
Thanks for noticing this Travis. I had only been testing with Python3. I think commit 1a98c84 to |
The workspace object is now operating! The tutorials run. |
Closing this issue. |
enielse
pushed a commit
that referenced
this issue
May 17, 2017
The "data_comparator" class which was in reports/datasetcomparison.py has been renamed to "DataComparator" and relocated to objects/datacomparator.py for better organization & convention conformance. The matplotlib data-comparison plotting routines have been removed from DataComparator and recreated (to the best of my ability) using Plotly in a new DatasetComparisionPlot class and as a new "dscmp" display option of ColorBoxPlot. The demo notebook has been updated and renamed to Tutorial #23 since the dashboards merge added Tutorials 20-22. Docstrings still need to be added throughout datacomparator.py and for the new DatasetComparisonPlot.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the
feature-dashboards
branch in Tutorial 20, running this codeGave rise to this
SyntaxError
:In
pygsti/report/workspace.py
, the relevant lines areA similar issue arises if you comment out the first part of the if/then, and have the interpreter check the other line:
This syntax error prevents the creation of the workspace object, which in turn blocks the user from executing any of the remaining code in Tutorials 20, 21, or 22.
The system I am using has pygsti 0.9.3, and Python 2.7.12 :: Anaconda custom (x86_64).
The text was updated successfully, but these errors were encountered: