valentineap / ComputationalGeoscienceCourse

Materials for an introductory course in Python programming for geoscientists
7 stars 1 forks source link

Radioactive decay practical #3

Closed valentineap closed 6 years ago

valentineap commented 6 years ago

Ready for review. Feel free to add/suggest additional tasks.

https://github.com/valentineap/ComputationalGeoscienceCourse/tree/master/Practicals/Exercise%20N%20-%20Radioactive%20Decay

charlesll commented 6 years ago

I added a bit more explanation to ease the understanding of the problem.

You may want to quickly review what I wrote to see if everything is good...

oscarbranson commented 6 years ago

Added some docstrings to the functions, so it's more apparent what each parameter is in the functions from within the notebook.

Docstrings visible in Jupyter by pressing Shift + Tab when cursor is withing function brackets.

valentineap commented 6 years ago

Assigning to @rmcgirr94 for testing.

Note that this is out-of-sequence from the exercises you've tested already; you can assume that they will have seen plotting etc before they come to this. However, in the interests of time I think it best to send this your way now.

rebecca-mcgirr commented 6 years ago

@valentineap tested, no changes, closing issue.