Skip to content

Commit

Permalink
Merge pull request #325 from bastiencarreres/dev
Browse files Browse the repository at this point in the history
debug bs20
  • Loading branch information
bastiencarreres authored Apr 19, 2024
2 parents 968d44d + f62a7c2 commit fb258c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snsim/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def gen_par(self, n_obj, basic_par, seed=None):
elif self._params["sct_model"] == "C11":
params["C11_RndS"] = randgen.integers(1e12, size=n_obj)
elif self._params["sct_model"].lower() == "bs20":
params["BS20_r_v"], params["BS20_ebv"], _ = sct.gen_BS20_scatter(
params["BS20_r_v"], params["BS20_ebv"] = sct.gen_BS20_scatter(
n_obj, par_names=['Rv', 'E_dust'], seed=seeds[2]
)

Expand Down

0 comments on commit fb258c0

Please sign in to comment.