Skip to content

Commit

Permalink
[fix] Update k_isotropic after linear interpolation
Browse files Browse the repository at this point in the history
Closes cctbx#643
  • Loading branch information
sizmailov committed Dec 1, 2021
1 parent cfd0495 commit dd8589e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmtbx/bulk_solvent/scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def k_mask_grid_search(self, r_start):
k_mask_bin_smooth = self.smooth(k_mask_bin)
k_mask = self.populate_bin_to_individual_k_mask_linear_interpolation(
k_mask_bin = k_mask_bin_smooth)
k_isotropic = self._k_isotropic_as_scale_k1(r_start=r_start,k_mask = k_mask)

r_try = self.try_scale(k_mask = k_mask, k_isotropic = k_isotropic)
if(r_try<r_start):
Expand Down

0 comments on commit dd8589e

Please sign in to comment.