Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joran Angevaare committed Aug 17, 2022
1 parent 9e90738 commit dd80e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Checks, plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
" ax.set_ylabel(label, color=color)\n",
" ax.tick_params('y', colors=color)\n",
"\n",
"v = v_earth + v_esc\n",
"v = v_earth() + v_esc\n",
"plt.plot(mchi / gevcsq, \n",
" 4 * mchi * mn / (mchi + mn)**2 * (mchi * v**2 /2) / nu.keV,\n",
" linestyle=':', c='b'\n",
Expand Down

0 comments on commit dd80e7a

Please sign in to comment.