class documentation

class RoundtripTest:

Known subclasses: numpy.lib.tests.test_io.TestSaveLoad, numpy.lib.tests.test_io.TestSavezLoad

View In Hierarchy

Undocumented

Method check​_roundtrips Undocumented
Method roundtrip No summary
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 check_roundtrips(self, a):

Undocumented

def roundtrip(self, save_func, *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_1D(self):

Undocumented

def test_array(self):

Undocumented

def test_array_object(self):

Undocumented

@pytest.mark.slow
def test_format_2_0(self):

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails on Win32')
def test_mmap(self):

Undocumented

def test_record(self):

Undocumented

arr =

Undocumented

arr_reloaded =

Undocumented