コード例 #1
0
 def test_download_armadillo():
     data = examples.download_armadillo()
     assert data.n_cells
コード例 #2
0
ファイル: PyVista_Examples.py プロジェクト: zoomvr/PVGeo
 def __init__(self):
     self._example_data = examples.download_armadillo()
     _ExampleLoader.__init__(self)