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
R-factor of (f_obs/k, f_model) is not equivalent to R-factor of (f_obs, f_model*k) (where k is an array with non-equal elements). Therefore I believe the next snippet contains an error:
R-factor of
(f_obs/k, f_model)
is not equivalent to R-factor of(f_obs, f_model*k)
(wherek
is an array with non-equal elements). Therefore I believe the next snippet contains an error:cctbx_project/mmtbx/bulk_solvent/scaler.py
Lines 378 to 383 in 56dfcc6
Corrected code should be something like:
@pafonine @olegsobolev
The text was updated successfully, but these errors were encountered: