Skip to content

Commit

Permalink
fixed the difference between the power of pi in code and function abo…
Browse files Browse the repository at this point in the history
…ve (#2516)

* fixed the difference between the power of pi in code and function above

* added Erin Visser to mailmap
  • Loading branch information
erinvisser authored Feb 9, 2024
1 parent 4db9043 commit f118e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Dhruv Sondhi <dhruvsondhi05@gmail.com> DhruvSondhi <dhruvsondhi05@gmail.com>
Epson Heringer <epson.heringer@gmail.com>
Epson Heringer <epson.heringer@gmail.com> Heringer-Epson <epson.heringer@gmail.com>

Erin Visser <erin.visser1@gmail.com>
Erin Visser <erin.visser1@gmail.com> erinvisser <erin.visser1@gmail.com>

Ezequiel Pássaro <epassaro15@gmail.com>

Frederik Beaujean <beaujean@mpp.mpg.de>
Expand Down
2 changes: 1 addition & 1 deletion docs/physics/montecarlo/initialization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"def planck_function(nu):\n",
" return (\n",
" 8\n",
" * np.pi**2\n",
" * np.pi\n",
" * r_boundary_inner**2\n",
" * h\n",
" * nu**3\n",
Expand Down

0 comments on commit f118e97

Please sign in to comment.