Commit 0fd00851 authored by Vaibhav Sagar's avatar Vaibhav Sagar

test/acceptance.nbconvert.sh: don't specify nbformat

parent b64a65d3
......@@ -28,7 +28,7 @@
set -euo pipefail
$* --to=notebook --execute --allow-errors --stdout --nbformat=4 test/acceptance.nbconvert.in.ipynb > test/acceptance.nbconvert.out.ipynb
$* --to=notebook --execute --allow-errors --stdout test/acceptance.nbconvert.in.ipynb > test/acceptance.nbconvert.out.ipynb
diff \
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment