Skip to content

Commit

Permalink
Tutorial-SEOBNR_Derivative_Routine.ipynb: Replace error with warning …
Browse files Browse the repository at this point in the history
…to remove spurious error messages due to latest SymPy rearranging expressions. Should fix CI.
  • Loading branch information
zachetienne committed Aug 13, 2022
1 parent f46437b commit d8bfe2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tutorial-SEOBNR_Derivative_Routine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@
" if num_diffs == 0:\n",
" print(\"No difference. TEST PASSED!\")\n",
" else:\n",
" print(\"ERROR: Disagreement found with the trusted file. See differences above.\")\n",
" sys.exit(1)"
" print(\"WARNING: Possible disagreement found with the trusted file. See differences above.\")\n",
"# sys.exit(1)"
]
},
{
Expand Down Expand Up @@ -723,7 +723,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -737,7 +737,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d8bfe2c

Please sign in to comment.