From dca86df219b846fd913041c8ea02cfee1feae941 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Tue, 24 May 2016 20:27:06 -0400 Subject: [PATCH] adding notice to users that div by zero is expected in mgxs-part-iii nbook. --- docs/source/pythonapi/examples/mgxs-part-iii.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/pythonapi/examples/mgxs-part-iii.ipynb b/docs/source/pythonapi/examples/mgxs-part-iii.ipynb index bc2f96414..a38677945 100644 --- a/docs/source/pythonapi/examples/mgxs-part-iii.ipynb +++ b/docs/source/pythonapi/examples/mgxs-part-iii.ipynb @@ -939,7 +939,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The `NuFissionXS` object supports all of the methods described previously the `openmc.mgxs` tutorials, such as [Pandas](http://pandas.pydata.org/) `DataFrames`:" + "The `NuFissionXS` object supports all of the methods described previously in the `openmc.mgxs` tutorials, such as [Pandas](http://pandas.pydata.org/) `DataFrames`:\n", + "Note that since so few histories were simulated, we should expect a few division-by-error errors as some tallies have not yet scored any results." ] }, { @@ -1597,7 +1598,7 @@ "metadata": { "kernelspec": { "display_name": "Python 2", - "language": "python", + "language": "python2", "name": "python2" }, "language_info": {