Skip to content

Commit

Permalink
add updated sympy bug notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
j-c-gibson committed Sep 2, 2024
1 parent aed6bfb commit 3b50be7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/sympy_bug_hunt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"cell_type": "code",
"execution_count": 59,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -86,14 +86,14 @@
},
{
"cell_type": "code",
"execution_count": 60,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{N, t, I, S, beta}\n"
"{t, N, S, I, beta}\n"
]
}
],
Expand All @@ -111,7 +111,7 @@
},
{
"cell_type": "code",
"execution_count": 67,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -140,7 +140,7 @@
},
{
"cell_type": "code",
"execution_count": 68,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"cell_type": "code",
"execution_count": 69,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 3b50be7

Please sign in to comment.