Skip to content

Commit

Permalink
Changed cell execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
Vetri Velan committed Oct 10, 2024
1 parent 33ab19e commit d250dc4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/run_47_spectra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -82,7 +82,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -107,7 +107,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -142,7 +142,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -223,7 +223,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -238,7 +238,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_1408830/1935810265.py:3: RuntimeWarning: divide by zero encountered in power\n",
"/tmp/ipykernel_1409351/1935810265.py:3: RuntimeWarning: divide by zero encountered in power\n",
" return A * x**(-alpha)\n"
]
},
Expand Down Expand Up @@ -308,16 +308,16 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_1408830/2939457329.py:14: RuntimeWarning: divide by zero encountered in log10\n",
"/tmp/ipykernel_1409351/2939457329.py:14: RuntimeWarning: divide by zero encountered in log10\n",
" ax.plot(E_eV_arr, np.log10(dRdE_DRU_arr), 'ko', ms=8, label='Run 47 Data')\n",
"/tmp/ipykernel_1408830/1935810265.py:3: RuntimeWarning: divide by zero encountered in power\n",
"/tmp/ipykernel_1409351/1935810265.py:3: RuntimeWarning: divide by zero encountered in power\n",
" return A * x**(-alpha)\n"
]
},
Expand Down Expand Up @@ -366,7 +366,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit d250dc4

Please sign in to comment.