You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.k_overall_best does not correspond to r_best if no better R-factor found in the following grid search. Like I mentioned above selection should be used in this case too.
Hi!
I believe there is an error in
bulk_solvent::k_mask_and_k_overall_grid_search
procedure.1.
k_overall
should be calculated overselection
(i.e. "work set"), not whole set of reflexescctbx_project/mmtbx/bulk_solvent/bulk_solvent.h
Line 1160 in f476ac7
should be
2.
k_overall_best
does not correspond tor_best
if no better R-factor found in the following grid search. Like I mentioned aboveselection
should be used in this case too.cctbx_project/mmtbx/bulk_solvent/bulk_solvent.h
Lines 1150 to 1151 in f476ac7
should be
Note: Probably it would be a good idea to remove
selection
function argument (i.e. require users to pass already pre-selected arrays)The text was updated successfully, but these errors were encountered: