-
Notifications
You must be signed in to change notification settings - Fork 12
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
explain why the angles do not match #84
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there is an issue with the notebook (see the syntax error in https://nbviewer.jupyter.org/github/bluesky/hklpy/blob/602638df90dd729cd50fcaa7a2af8d020474dc41/examples/tst_e4cv_fourc.ipynb#Setup-the-UB-orientation-matrix-using-hklpy). Needs to be fixed before merging.
examples/tst_e4cv_fourc.ipynb
Outdated
"ename": "SyntaxError", | ||
"evalue": "invalid syntax (<ipython-input-11-3719be6e20be>, line 18)", | ||
"traceback": [ | ||
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-11-3719be6e20be>\"\u001b[0;36m, line \u001b[0;32m18\u001b[0m\n\u001b[0;31m tbl = pyRestTable.Table()compute\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a syntax error?
examples/tst_e4cv_fourc.ipynb
Outdated
@@ -443,7 +443,7 @@ | |||
"\n", | |||
"fourc.calc.sample.compute_UB(*refs)\n", | |||
"\n", | |||
"tbl = pyRestTable.Table()\n", | |||
"tbl = pyRestTable.Table()compute \n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be
"tbl = pyRestTable.Table()compute \n", | |
"tbl = pyRestTable.Table().compute \n", |
?
@mrakitin Thanks! |
FIX #66
@ambarb Agree that this explanation is satisfactory? Paraphrasing: