Skip to content

Commit c32289c

Browse files
authored
Combine two list items into one to revert changes
1 parent 0e25b0c commit c32289c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tutorials/notebooks/units-and-integration/units-and-integration.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,9 @@
324324
"\n",
325325
"* Right now, we aren't worried about the bounds of the power law, but the IMF should drop off to zero probability at masses below .01 solar masses and above 100 solar masses. Modify `PowerLawPDF` in a way that allows both `float` and `numpy.ndarray` inputs.\n",
326326
"* Modify the `PowerLawPDF` class to explicitly use `astropy`'s `units` constructs.\n",
327-
"* Derive a relationship between recent star-formation rate and $H\\alpha$ luminosity.\n",
328-
"* In other words, find a value of $C$ for the function\n",
327+
"* Derive a relationship between recent star-formation rate and $H\\alpha$ luminosity. In other words, find a value of $C$ for the function\n",
329328
"\n",
330-
"$${\\rm SFR \\, [\\frac{M_{\\odot}}{yr}]} = {\\rm C \\, L_{H\\alpha} \\, [\\frac{erg}{s}]} \\, ,$$\n",
329+
"$${\\rm SFR \\, [\\frac{M_{\\odot}}{yr}]} = {\\rm C \\, L_{H\\alpha} \\, [\\frac{erg}{s}]} \\, .$$\n",
331330
"\n",
332331
"* How does this depend on the slope and endpoints of the IMF?\n",
333332
"* Take a look at Appendix B of [Hunter & Elmegreen 2004, AJ, 128, 2170](http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:astro-ph/0408229)\n",

0 commit comments

Comments
 (0)