Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate warnings from Travis build #133

Open
ageorgou opened this issue Oct 10, 2018 · 0 comments
Open

Investigate warnings from Travis build #133

ageorgou opened this issue Oct 10, 2018 · 0 comments
Labels
2018-19 Issues raised ahead of/during the 2018-19 teaching year build

Comments

@ageorgou
Copy link
Contributor

We have at least the following:

  1. Deprecation warning for NumPy (note that numpy is installed by default on Travis, not sure which version)
[NbConvertApp] Converting notebook ch08performance/040cython.ipynb to notebook
[NbConvertApp] Executing notebook with kernel: python3
In file included from /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1809:0,
                 from /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /home/travis/.cache/ipython/cython/_cython_magic_47a24c072aa661d40ade61b5d2f07dad.c:587:
/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  1. Deprecation in nbformat invocation
python nbmerge.py [list of all the notebooks]
/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/IPython/nbformat.py:13: ShimWarning: The `IPython.nbformat` package has been deprecated since IPython 4.0. You should import from nbformat instead.
  "You should import from nbformat instead.", ShimWarning)
  1. Validation warnings (I think for every notebook)
[NbConvertApp] Converting notebook ch00python/00pythons.nbconvert.ipynb to notebook
/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/nbformat/validator.py:251: UserWarning: No schema for validating v2 notebooks

None seem too worrisome or tricky, but it would be good to investigate (or ignore in the case of the third?)

@ageorgou ageorgou added 2018-19 Issues raised ahead of/during the 2018-19 teaching year build labels Oct 10, 2018
@ageorgou ageorgou added 2018-19 Issues raised ahead of/during the 2018-19 teaching year and removed 2018-19 Issues raised ahead of/during the 2018-19 teaching year labels Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2018-19 Issues raised ahead of/during the 2018-19 teaching year build
Projects
None yet
Development

No branches or pull requests

1 participant