Skip to content

Commit

Permalink
minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Mar 19, 2024
1 parent 438273c commit 2bc8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py21cmcast/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ def print_tau_ion_var(params):
res = ""

for ip, param in enumerate(params):
der = param.tau_ion_derivative()
fid = param._param_fid
der = param.tau_ion_derivative() * fid
name = param.name

sign = "+" if np.sign(der) > 0 else "-"
Expand Down

0 comments on commit 2bc8986

Please sign in to comment.