There is an issue on master with the documentation of volume.py. I tracked it down to download_damavand_volcano:
https://travis-ci.org/pyvista/pyvista/jobs/645456896#L1448-L1465
more details
Unexpected failing examples:
/home/travis/build/pyvista/pyvista/examples/02-plot/volume.py failed leaving traceback:
Traceback (most recent call last):
File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 440, in _memory_usage
out = func()
File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 425, in __call__
exec(self.code, self.globals)
File "/home/travis/build/pyvista/pyvista/examples/02-plot/volume.py", line 113, in
@GuillaumeFavelier, we ran out of bandwidth for git LFS and an example dataset in volume.py is the culprit. You鈥檙e getting the error because GitHub isn鈥檛 letting us access that file until next month. We need to move that file elsewhere or remove that particular example.
It鈥檚 the volcano example volume
Sent with GitHawk
I鈥檒l see if I can compress the file down to not use git LFS
Sent with GitHawk
Thank you @banesullivan for the fast reply!
@GuillaumeFavelier, all should be good now. We are no longer using git LFS for that file
Thank you! I restarted the CIs and everything is fine now. Closing.