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

Handle d_max more gracefully #1957

Merged
merged 2 commits into from
Dec 23, 2021
Merged

Handle d_max more gracefully #1957

merged 2 commits into from
Dec 23, 2021

Conversation

graeme-winter
Copy link
Contributor

If params.d_min is set and d_max == 0 then ignore d_max, else additionally filter the selection. This restores expected behaviour.

Fixes #1956

@codecov
Copy link

codecov bot commented Dec 23, 2021

Codecov Report

Merging #1957 (8a7272e) into main (1eef873) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 8a7272e differs from pull request most recent head 0bd33d3. Consider uploading reports for the commit 0bd33d3 to get more accurate results

@@            Coverage Diff             @@
##             main    #1957      +/-   ##
==========================================
- Coverage   67.15%   67.15%   -0.01%     
==========================================
  Files         620      620              
  Lines       70129    70131       +2     
  Branches    10360    10361       +1     
==========================================
  Hits        47095    47095              
- Misses      21063    21065       +2     
  Partials     1971     1971              

If d_max == 0 then do nothing, else additionally filter the selection.

Fixes #1956
May debreak the builds
@graeme-winter graeme-winter merged commit 00d5e09 into main Dec 23, 2021
@graeme-winter graeme-winter deleted the check-index-dmax branch December 23, 2021 12:03
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.check_indexing_symmetry needs both d_min and d_max
1 participant