Pyvista: Documentation fails for volume.py

Created on 3 Feb 2020  路  5Comments  路  Source: pyvista/pyvista

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 large_vol = examples.download_damavand_volcano() File "/home/travis/build/pyvista/pyvista/pyvista/examples/downloads.py", line 589, in download_damavand_volcano volume = _download_and_read("damavand-volcano.vtk") File "/home/travis/build/pyvista/pyvista/pyvista/examples/downloads.py", line 62, in _download_and_read return pyvista.read(saved_file, file_format=file_format) File "/home/travis/build/pyvista/pyvista/pyvista/utilities/fileio.py", line 203, in read return read_legacy(filename) File "/home/travis/build/pyvista/pyvista/pyvista/utilities/fileio.py", line 140, in read_legacy raise AssertionError('No output when using VTKs legacy reader') AssertionError: No output when using VTKs legacy reader

bug

All 5 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dennissergeev picture dennissergeev  路  5Comments

rodrigomologni picture rodrigomologni  路  4Comments

agramfort picture agramfort  路  3Comments

banesullivan picture banesullivan  路  3Comments

cweickhmann picture cweickhmann  路  5Comments