-
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
BUG diffract.forward does not return a list #343
Comments
Note the difference between |
Lines 308 to 312 in 9206e67
Lines 82 to 84 in 9206e67
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In demo notebook https://blueskyproject.io/hklpy/examples/notebooks/geo_e4cv.html,
![image](https://private-user-images.githubusercontent.com/2279984/385469287-e8c834e0-cf15-4586-a1e1-a510c8a663c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjEyMjIsIm5iZiI6MTczOTIyMDkyMiwicGF0aCI6Ii8yMjc5OTg0LzM4NTQ2OTI4Ny1lOGM4MzRlMC1jZjE1LTQ1ODYtYTFlMS1hNTEwYzhhNjYzYzIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjA1NTIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Yjc1ZGZmMmE3YjY5YWIyMzc4NzNjY2UyZDdiMDdkYzU1OTY3NTA5MDk0OWNmY2U4OGExODg5NTQ5ZWUxNjIxZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.GkfzF6gCVL-WRbYx7pMZCg0EPyrWxDdlO2GKQXLSQcA)
That's not a list. After the
forward()
computation, the list is available:diffract.calc.engine.solutions
.@apsIEX, @hao247 Thanks for the report.
The text was updated successfully, but these errors were encountered: