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 unicode logging errors on Windows #1565

Merged
merged 2 commits into from
Jan 26, 2021
Merged

Fix unicode logging errors on Windows #1565

merged 2 commits into from
Jan 26, 2021

Conversation

Anthchirp
Copy link
Member

Writing utf-8 to a file that isn't utf-8 encoded causes dials to
crash on Windows.

Writing utf-8 to a file that isn't utf-8 encoded causes dials to
crash on Windows.
Related: xia2/xia2#558
@Anthchirp Anthchirp self-assigned this Jan 26, 2021
@ndevenish ndevenish merged commit e83fbf9 into master Jan 26, 2021
@ndevenish ndevenish deleted the output-encoding branch January 26, 2021 10:22
ndevenish pushed a commit that referenced this pull request Feb 1, 2021
Writing utf-8 to a file that isn't utf-8 encoded causes dials to crash on Windows.

Related: xia2/xia2#558
@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.

None yet

3 participants