From 12a9bc2aadd1df84c74cf0587a969a7b6395f2a6 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Mon, 19 Aug 2024 07:46:49 -0400 Subject: [PATCH] fixing codestyle --- megabeast/tools/simulate_obs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/megabeast/tools/simulate_obs.py b/megabeast/tools/simulate_obs.py index f204286..5b38828 100644 --- a/megabeast/tools/simulate_obs.py +++ b/megabeast/tools/simulate_obs.py @@ -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()