Closed benjaminhwilliams closed 4 years ago
@Anthchirp, it looks like we were making different changes with the same intention. This PR uses the functional interface to dials.refine_bravais_settings
introduced by @rjgildea yesterday in dials/dials#1017. Since that doesn't merge cleanly with your regex changes, I've resolved the merge conflicts in this branch and opened this PR, in case you have any issues with it.
Any thoughts, @Anthchirp?
I see no red flags :+1:
Changes to tabular output in
dials.refine_bravais_settings
mess with the regex search of the output file. Better to use the new functional interface, if possible. This has the added advantage that we don't jumble up the working directory with lots ofr_b_s
output files.Also do the following:
__init__
;