Example #1
0
 def test_download_armadillo():
     data = examples.download_armadillo()
     assert data.n_cells
Example #2
0
 def __init__(self):
     self._example_data = examples.download_armadillo()
     _ExampleLoader.__init__(self)