Skip to content

Commit

Permalink
Update host-relations.ipynb
Browse files Browse the repository at this point in the history
Removed argument redz from mbh_from_host() in line 107
  • Loading branch information
CayenneMatt authored Feb 5, 2024
1 parent b0e86dc commit 704d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/host-relations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
" mbulge = np.logspace(8, 13, int(NUM)) * MSOL\n",
" redz = 10.0 ** np.random.uniform(-2, 1, mbulge.size)\n",
"\n",
"mbh = relation.mbh_from_host(host, host.redz, scatter=True)\n",
"mbh = relation.mbh_from_host(host, scatter=True)\n",
"\n",
"smap = plot.smap(host.redz, cmap='bwr', log=True)\n",
"colors = smap.to_rgba(host.redz)\n",
Expand Down

0 comments on commit 704d62a

Please sign in to comment.