mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 18:48:01 +00:00
pep8
This commit is contained in:
parent
c4557cf35b
commit
13a10ccedd
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ def read_samples(catalogue, simname, ksmooth, include_calibration=False,
|
||||||
except KeyError:
|
except KeyError:
|
||||||
chi2.append([0.])
|
chi2.append([0.])
|
||||||
|
|
||||||
if catalogue in ["LOSS", "Foundation"] or "Pantheon+" in catalogue: # noqa
|
if catalogue in ["LOSS", "Foundation"] or "Pantheon+" in catalogue: # noqa
|
||||||
alpha_cal.append(f[f"sim_{nsim}/alpha_cal"][:])
|
alpha_cal.append(f[f"sim_{nsim}/alpha_cal"][:])
|
||||||
beta_cal.append(f[f"sim_{nsim}/beta_cal"][:])
|
beta_cal.append(f[f"sim_{nsim}/beta_cal"][:])
|
||||||
mag_cal.append(f[f"sim_{nsim}/mag_cal"][:])
|
mag_cal.append(f[f"sim_{nsim}/mag_cal"][:])
|
||||||
|
|
Loading…
Reference in a new issue