class documentation

class TestSavezLoad(RoundtripTest):

View In Hierarchy

Undocumented

Method roundtrip No summary
Method test_​Bag​Obj Undocumented
Method test​_big​_arrays Undocumented
Method test​_closing​_fid Undocumented
Method test​_closing​_zipfile​_after​_load Undocumented
Method test​_multiple​_arrays Undocumented
Method test​_named​_arrays Undocumented
Method test​_not​_closing​_opened​_fid Undocumented
Method test​_savez​_filename​_clashes Undocumented

Inherited from RoundtripTest:

Method check​_roundtrips Undocumented
Method test_1​D Undocumented
Method test​_array Undocumented
Method test​_array​_object Undocumented
Method test​_format​_2​_0 Undocumented
Method test​_mmap Undocumented
Method test​_record Undocumented
Instance Variable arr Undocumented
Instance Variable arr​_reloaded Undocumented
def roundtrip(self, *args, **kwargs):
save_func : callable
Function used to save arrays to file.
file_on_disk : bool
If true, store the file on disk, instead of in a string buffer.
save_kwds : dict
Parameters passed to save_func.
load_kwds : dict
Parameters passed to numpy.load.
args : tuple of arrays
Arrays stored to file.
def test_BagObj(self):

Undocumented

@pytest.mark.skipif(not IS_64BIT, reason='Needs 64bit platform')
@pytest.mark.slow
def test_big_arrays(self):

Undocumented

@pytest.mark.slow_pypy
def test_closing_fid(self):

Undocumented

def test_closing_zipfile_after_load(self):

Undocumented

def test_multiple_arrays(self):

Undocumented

def test_named_arrays(self):

Undocumented

def test_not_closing_opened_fid(self):

Undocumented

def test_savez_filename_clashes(self):

Undocumented