Skip to content

Commit

Permalink
minor fix in diagnostic plot when having sigma_v_sys in input
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Oct 25, 2024
1 parent 27608d1 commit 9a0ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hierarc/Likelihood/hierarchy_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def sigma_v_measured_vs_predict(
ddt_, dd_, _ = self.displace_prediction(
ddt, dd, gamma_ppn=gamma_ppn, lambda_mst=lambda_mst, kappa_ext=kappa_ext
)
kwargs_kin_draw = self._aniso_distribution.draw_anisotropy(**kwargs_kin)
kwargs_kin_draw = self._aniso_distribution.draw_anisotropy(**kwargs_kin_copy)
kwargs_param = {**kwargs_lens_draw, **kwargs_kin_draw}
kin_scaling = self.kin_scaling(kwargs_param)
sigma_v_predict_i, cov_error_predict_i = self.sigma_v_prediction(
Expand Down

0 comments on commit 9a0ea02

Please sign in to comment.