Skip to content

Commit

Permalink
fixing codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 19, 2024
1 parent b67272d commit 12a9bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megabeast/tools/simulate_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ def simulate_obs(
age_prior_model = None
mass_prior_model = None
else:
age_prior_model=mbmod.physics_model["logA"],
mass_prior_model=mbmod.physics_model["M_ini"],
age_prior_model = (mbmod.physics_model["logA"],)
mass_prior_model = (mbmod.physics_model["M_ini"],)

# mock up a beast spectral grid so that the BEAST code can be used
cur_physmod = Table()
Expand Down

0 comments on commit 12a9bc2

Please sign in to comment.