Closed LuckyJosh closed 4 years ago
Why wasn't this catched by Travis?
The rule from the Makefile is:
build/%.html: %.ipynb
jupyter-nbconvert --output-dir=build --execute --allow-errors --to html_embed $<
Due to the --allow-errors
flag the conversion is not stopped when an error occurs.
Ah dam, we show some errors in the python and numpy notebook, right?
We should have another way to do this. Maybe use with pytest.raises
?
Sorry, I forgot to fix this small bug until now. Just a path to the data file was not updated.