diff --git a/docs/io/output/rpacket_tracking.ipynb b/docs/io/output/rpacket_tracking.ipynb index 155b798448e..a93959e67ba 100644 --- a/docs/io/output/rpacket_tracking.ipynb +++ b/docs/io/output/rpacket_tracking.ipynb @@ -93,7 +93,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "a0e975b6", "metadata": {}, "outputs": [], @@ -103,7 +103,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "id": "adbf5f75", "metadata": {}, "outputs": [], @@ -115,21 +115,10 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "975766e9", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'track_rpacket': False, 'initial_array_length': 10}" - ] - }, - "execution_count": 16, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "# Checking the `tracking` section via the Schema\n", "\n", @@ -138,7 +127,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "b00bc2ca", "metadata": {}, "outputs": [], @@ -150,28 +139,17 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "3ece2c10", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'track_rpacket': True, 'initial_array_length': 10}" - ] - }, - "execution_count": 18, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "config[\"montecarlo\"][\"tracking\"]" ] }, { "cell_type": "code", - "execution_count": 19, + "execution_count": null, "id": "b25271d6", "metadata": {}, "outputs": [], @@ -181,22 +159,12 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": null, "id": "f9e51fd3", "metadata": { "scrolled": false }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/dhruvs/Repositories/tardis/tardis/plasma/properties/radiative_properties.py:92: RuntimeWarning: invalid value encountered in true_divide\n", - " (g_lower * n_upper) / (g_upper * n_lower)\n", - " (\u001b[1mwarnings.py\u001b[0m:110)\n" - ] - } - ], + "outputs": [], "source": [ "# Running the simulation from the config\n", "\n", @@ -213,21 +181,10 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "f8b3424f", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "numba.typed.typedlist.List" - ] - }, - "execution_count": 21, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "type(sim.runner.rpacket_tracker)" ] @@ -262,21 +219,10 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "a3ea2f54", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "100000" - ] - }, - "execution_count": 22, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "len(sim.runner.rpacket_tracker)" ] @@ -300,24 +246,10 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": null, "id": "de7b8877", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,\n", - " 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,\n", - " 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,\n", - " 10, 10])" - ] - }, - "execution_count": 23, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "sim.runner.rpacket_tracker[10].index" ] @@ -332,31 +264,10 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": null, "id": "39e2dbd2", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521, 2729103521, 2729103521,\n", - " 2729103521, 2729103521, 2729103521])" - ] - }, - "execution_count": 24, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "sim.runner.rpacket_tracker[10].seed" ] @@ -371,23 +282,10 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": null, "id": "e82427ea", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n", - " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n", - " 0, 0, 0, 0, 0, 0, 0, 0, 1])" - ] - }, - "execution_count": 25, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "sim.runner.rpacket_tracker[10].status" ] @@ -410,21 +308,10 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": null, "id": "090b1517", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "53" - ] - }, - "execution_count": 27, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "len(sim.runner.rpacket_tracker[10].shell_id)" ]