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

Unify reference scaling options in dials.scale #2148

Merged
merged 3 commits into from
Jun 22, 2022

Conversation

jbeilstenedmands
Copy link
Contributor

Currently, there is a target_mtz= and a target_model= option. Combine these into a more general reference= option, which also covers a new case of a reference cif data file, and deprecate the use of target_mtz and target_model (but leave them in for now). Add some extra tests to cover previously untested paths for reference files.

Make use of the new module created in #2144 and further unify some of the scaling code for determining reference datastructures from a model/data file.

@codecov
Copy link

codecov bot commented Jun 21, 2022

Codecov Report

Merging #2148 (9ee4d18) into main (5495673) will increase coverage by 0.00%.
The diff coverage is 60.97%.

@@           Coverage Diff           @@
##             main    #2148   +/-   ##
=======================================
  Coverage   80.58%   80.58%           
=======================================
  Files         585      585           
  Lines       66207    66207           
  Branches     9335     9340    +5     
=======================================
+ Hits        53351    53353    +2     
- Misses      10801    10803    +2     
+ Partials     2055     2051    -4     

@jbeilstenedmands jbeilstenedmands merged commit 6f0c781 into main Jun 22, 2022
@jbeilstenedmands jbeilstenedmands deleted the scaling_reference_update branch June 22, 2022 08:21
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

2 participants