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

Fix crash in dials.scale when only summation intensities are present #1557

Merged
merged 3 commits into from
Jan 20, 2021

Conversation

jbeilstenedmands
Copy link
Contributor

Fixes crash if only summation intensities present and intensity_choice=combine. Simple change to make the necessary variables accessible later on.

Fixes #1552

@ndevenish ndevenish merged commit 559e781 into master Jan 20, 2021
@ndevenish ndevenish deleted the 1552_bugfix branch January 20, 2021 14:18
@ndevenish ndevenish mentioned this pull request Feb 1, 2021
ndevenish added a commit that referenced this pull request Feb 1, 2021
Bugfixes
--------

- Remove unnecessary call to ``imageset.get_raw_data()`` while generating masks. This was causing performance issues when spotfinding (#1449).
- ``dials.export``: Allow data with either summation or profile fitted intensities to be exported. Previously, both were (erroneously) required to be present (#1556).
- ``dials.scale``: Fix crash if only summation intensities present and ``intensity_choice=combine`` (#1557).
- Fix unicode logging errors on Windows (#1565).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dials.scale fails with summation integrated data
3 participants