Skip to content

Commit

Permalink
example MF
Browse files Browse the repository at this point in the history
  • Loading branch information
ander-son-almeida committed Jul 17, 2023
1 parent 770d613 commit 19943f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MF_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"source": [
"def fit_MF(mass, title_str=''):\n",
" \n",
" # histogram IMF\n",
" # histogram MF\n",
" #######################################################################\n",
" mass = np.log10(mass[mass > 0.])\n",
" mass_cnt, mass_bins = np.histogram(mass,bins='auto')\n",
Expand Down

0 comments on commit 19943f9

Please sign in to comment.