def test_download_blow(): data = examples.download_blow() assert data.n_cells
def __init__(self): self._example_data = examples.download_blow() _ExampleLoader.__init__(self)