As pointed out in PR #167 we currently don't test all the Jupyter notebooks even though they all end up in the docs (well, with the exception of the Binder test notebook which the docs don't pick up (do we want them to?)). Instead we only test a few core notebooks:
ShapeFactor.ipynb
multichannel-coupled-histo.ipynb
multiBinPois.ipynb
Ideally if something ends up in the docs it should really be tested first, so we should add testing of all the notebooks to test_notebooks.py.
As pointed out in PR #167 we currently don't test all the Jupyter notebooks even though they all end up in the docs (well, with the exception of the Binder test notebook which the docs don't pick up (do we want them to?)). Instead we only test a few core notebooks:
ShapeFactor.ipynbmultichannel-coupled-histo.ipynbmultiBinPois.ipynbIdeally if something ends up in the docs it should really be tested first, so we should add testing of all the notebooks to
test_notebooks.py.