Skip to content
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

Merged
merged 2 commits into from
Jan 5, 2021
Merged

Conversation

prjemian
Copy link
Contributor

FIX #66

@ambarb Agree that this explanation is satisfactory? Paraphrasing:

... the UB matrix can't just be copied [from SPEC to hklpy] and re-used. Need to compute [the UB matrix] from the supplied reflection angles (which is why the orientation reflection data must also be written into the run, per #50).

@prjemian prjemian added this to the v0.3.16 milestone Dec 26, 2020
@prjemian prjemian requested a review from mrakitin December 26, 2020 21:51
@prjemian prjemian self-assigned this Dec 26, 2020
Copy link
Member

@mrakitin mrakitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"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"
Copy link
Member

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?

@@ -443,7 +443,7 @@
"\n",
"fourc.calc.sample.compute_UB(*refs)\n",
"\n",
"tbl = pyRestTable.Table()\n",
"tbl = pyRestTable.Table()compute \n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be

Suggested change
"tbl = pyRestTable.Table()compute \n",
"tbl = pyRestTable.Table().compute \n",

?

@prjemian
Copy link
Contributor Author

prjemian commented Jan 5, 2021

@mrakitin Thanks!

@prjemian prjemian merged commit 00f5334 into main Jan 5, 2021
@prjemian prjemian deleted the 66-mismatched_th_value branch January 5, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve th angle mismatch for (113): mode? constraints?
2 participants