class documentation

class TestSaveLoad(RoundtripTest):

View In Hierarchy

Undocumented

Method roundtrip No summary

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.